{"package_name":"it.danieleverducci.ojo","name":"Ojo RTSP IP Camera viewer","summary":"Ojo is a basic IP Camera surveillance wall.","category":"Camera","icon_url":"/api/icon/it.danieleverducci.ojo","latest_version_code":9,"latest_version_name":"0.1.4","apk_url":"/api/apk/it.danieleverducci.ojo","apk_size":54839226,"apk_sha256":"ec4c2c62059a78e2bfcd8e6fe565c02b6f277d1b6c256af6ecb03a4549b3ec0a","source_kind":"fdroid-repo","repo_slug":"fdroid-main","last_updated":1779371404,"release_timestamp":1713986321,"description":"Ojo is a basic IP Camera surveillance wall.\nIP 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.\nThe maximum number of cameras is determined by the device's capabilities.\n\nThe stream decoding and rendering is demanded to VLC's library: without their effort this app wouldn't be possible.\nThis app was specifically developed for F-Droid, as I couldn't find any open source RTSP viewers in the main repository.\n\nThe app can be opened deeplinking to url ojo://view\nTo 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.\nThe extra argument it.danieleverducci.ojo.CAMERA_NAME will open the app with the camera with the name you specified while adding the camera.\nThe extra argument it.danieleverducci.ojo.CAMERA_NUMBER starting at 1 could be used as well, if you have multiple cameras with the same name.\n\nSee 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:\n\n    adb -s <YOUR_DEVICE> shell am start -a it.danieleverducci.ojo.OPEN_CAMERA -f 268468224 --es it.danieleverducci.ojo.CAMERA_NAME <YOUR_CAMERA_NAME>\n    adb -s <YOUR_DEVICE> shell am start -a it.danieleverducci.ojo.OPEN_CAMERA -f 268468224 --es it.danieleverducci.ojo.CAMERA_NUMBER <YOUR_CAMERA_NUMBER>\n","categories":["Camera","Connectivity","Multimedia","Security"]}