This is an Android client for neverre-api. 😄
These projects just attempt to consolidate the streams from different manufacturers into a single application.
- Manufacturer independence: See eneverre-api for details.
- PTZ support: Maybe, for now only from Thingino cameras using thingino-control.
- Privacy Mode: A bit of a liar... if you have a Thingino camera with PTZ, it moves to a private position, and this app hides the image, but the camera still transmits Video and Audio.
- My couple's friends get scared because there's a camera in the dining room, so they hide, unplug, or break my camera. 😞
- I bought a Wyze Cam Pan V3 clone camera that can be hidden in a nice way to show that it is not recording. 😬
- I want to use it together with my other Tp Link Tapo cameras. Impossible!. 😞
- I found LightNVR and love that. 😄
- I created the LightNVR android project, to see all the cameras. 😄
- Great, now I have to control the movements of this camera and activate privacy mode. Well.. I'm searching the internet for a simple project to control these cameras via Onvif. Impossible!. 😞
- I found the Thingnino project and fell in love again!. ❤️ I installed it on this camera and it works great. 😄 ...but has no concept of privacy.. Maybe one day..
- Ok, It seems to support onvif, maybe I can simulate it. Impossible, I prefer to read the 795 pages of ISAPI documentation for Hikvision, which is more understandable. 😞
- Let's see how to move the camera from the administration panel? 😬
Ohhhh.. A GET call with Digest authentication. I can do that!. 😄
It's as simple as this:
curl -s http://USERNAME:PASSWORD@THINGINO_IP/x/json-motor.cgi?d=g&x=DX&y=DY😙 Well, do we really need Onvif? That's how thingino-control was born with 34 lines of bash. 😅 - In the meantime, I abandoned LightNVR and migrated to MediaMTX to exposing the cameras to the Internet and making recordings.
- Does it make sense to keep the other client I wrote? Well, lightNVR isn't going to control the motors, so we built a simple API that puts everything together. This is how eneverre-api was born with 95 lines of code in Python. 😅
- Finally, Eneverre Android was born.. 🎉
Well, Much to do, but it does the minimum I need.
- A simple Android app where my couple and I can see all the cameras.
- Being able to control my Thingino cameras.
- Let the camera hide itself in a friendly way when my couple's friends come over.
I hope you like it... 😃
| Cameras View | Fixed Camera | Playback | PTZ Camera | Private Camera |
|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |




