Ojo RTSP IP Camera viewer

Ojo is a basic IP Camera surveillance wall.
AppID:it.danieleverducci.ojo
Author:Daniele Verducci
License:GPL-3.0-only
Donation:
InRepoSince:2021-10-22
LastRepoUpdate:2024-04-24
LastAppUpdate:Unknown
LastVersion:0.1.4
Categories:Connectivity, Multimedia, Security
APK source:
Google Play:Check if it's there
icon Ojo is a basic IP Camera surveillance wall.
IP camera's RTSP streams are added via its url and shown in the classic tile configuration. The number of tiles is automatically chosen based on the number of configured cameras: a single camera goes full screen, adding more cameras the app switches to a grid view: 2x2, 3x3, 4x4 and so on.
The maximum number of cameras is determined by the device's capabilities.

The stream decoding and rendering is demanded to VLC's library: without their effort this app wouldn't be possible.
This app was specifically developed for F-Droid, as I couldn't find any open source RTSP viewers in the main repository.

The app can be opened deeplinking to url ojo://view
To open the app with focus on a specific camera, you can use an intent (it.danieleverducci.ojo.OPEN_CAMERA) to specify which camera you want to view.
The extra argument it.danieleverducci.ojo.CAMERA_NAME will open the app with the camera with the name you specified while adding the camera.
The extra argument it.danieleverducci.ojo.CAMERA_NUMBER starting at 1 could be used as well, if you have multiple cameras with the same name.

See below an example how to use the intent. The flag (-f 268468224) could be useful if you want to switch to another camera while the app is running:

adb -s shell am start -a it.danieleverducci.ojo.OPEN_CAMERA -f 268468224 --es it.danieleverducci.ojo.CAMERA_NAME
adb -s shell am start -a it.danieleverducci.ojo.OPEN_CAMERA -f 268468224 --es it.danieleverducci.ojo.CAMERA_NUMBER

WhatsNew:

Added russian translation (thanks to Yurt Page!)

Download Source Issues ChangeLog
1.png 2.png 3.png
While you can download the APKs here directly, you should preferably use an F-Droid client so the app stays up-to-date on your device.

Packages

Version 0.1.4 (2024-04-24) no RB details available help icon

Android Versions:
  • Target: 13.0
  • MinVer: 4.0.3
  • ABIs: arm64-v8a, armeabi-v7a, x86, x86_64

Download (52.3 M)

Version 0.1.3 (2024-01-30) no RB details available help icon

Version 0.1.2 (2023-05-02) no RB details available help icon