The FLOSS RTSP Surveillance camera viewer for Android
Go to file
Daniele Verducci (Slimpenguin) 4aa17ec8f3 Release 0.1.3
2024-01-26 08:53:20 +01:00
.idea Trying to backport Ojo to Android 4.2 2024-01-23 08:12:32 +01:00
app Release 0.1.3 2024-01-26 08:53:20 +01:00
fastlane/metadata/android Release 0.1.3 2024-01-26 08:53:20 +01:00
gradle/wrapper Updated build 2023-02-15 09:12:52 +01:00
media Fixed screenshots 2021-10-13 20:45:38 +02:00
.gitignore v0.01 2021-10-13 19:29:04 +02:00
build.gradle Updated build 2023-02-15 09:12:52 +01:00
gradle.properties v0.01 2021-10-13 19:29:04 +02:00
gradlew v0.01 2021-10-13 19:29:04 +02:00
gradlew.bat v0.01 2021-10-13 19:29:04 +02:00
LICENSE Documentation 2021-10-13 20:40:56 +02:00
README.md True fullscreen under notches 2023-02-21 08:32:04 +01:00
settings.gradle v0.01 2021-10-13 19:29:04 +02:00

Ojo Logo

Ojo: the FLOSS RTSP Surveillance camera viewer for Android

Get it on F-Droid

(Always prefer F-Droid build, when possible).

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 choosen 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 vievers in the main repository.

Screenshot 1 Screenshot 2 Screenshot 3

Contributors

Thanks to brenard for the new grid sizing method Thanks to davquar for the fullscreen compatibility fix on Android 11