This commit is contained in:
Daniele
2021-10-13 19:29:04 +02:00
commit 3e77f69743
62 changed files with 1440 additions and 0 deletions

View File

@@ -0,0 +1 @@
First alpha release: basic working camera tile wall without camera fullscreen zoom

View File

@@ -0,0 +1,6 @@
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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@@ -0,0 +1 @@
Ojo is a basic IP Camera surveillance wall.

View File

@@ -0,0 +1 @@
Ojo RTSP IP Camera viewer

View File

@@ -0,0 +1 @@
Prima release alpha

View File

@@ -0,0 +1,6 @@
Ojo è un semplice client di videosorveglianza.
Mostra gli streams RTSP delle IP Cam nella classica configurazione a tiles. Il numero di tiles è determinato dal numero di streams configurati (se è uno solo va a tutto schermo, altrimenti 2x2, 3x3, 4x4 etc).
Il numero massimo di IP Cam supportate è determinato dalla potenza del dispositivo.
Il decoding e rendering dello stream è demandato alla libreria di VLC, a cui va il mio ringraziamento: senza il loro sforzo quest'app non sarebbe potuta esistere.
App sviluppata appositamente per F-Droid, dato che non sono riuscito a trovarne una open source già pubblicata.

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@@ -0,0 +1 @@
Ojo è un semplice client di videosorveglianza

View File

@@ -0,0 +1 @@
Ojo visore di IP Camera RTSP