I am researching your systems. I am wondering if your DVR/NVR have HTTP API so I can retrieve live snapshot JPG from a camera.
For example a url similar to http://192.168.0.2/livejpg/channel/1
So I can download JPG of channel 1 with HTTP
all the way to channel 16
For example http://192.168.0.2/livejpg/channel/16
These features are available on many systems from Acti, Axis, Lilin, etc. I am wondering if you have a system that supports this and where I could study the documentation.
All of our DVR, NVR, and IP cameras support snapshot URL but there are feature differences. With DVRs you have to use a URL of the following form:
http://admin:admin@192.168.0.2/cgi-bin/snapshot.cgi?channel=4
The stream is secured and requires input of user credentials.