IPCAM HTTP COMMAND - LIVE DISPLAY
To view an IP camera live using an HTTP command, the following string has to be configured:
With the value of x being the selected stream.
1 - main stream
2 - second stream
3 - third stream
It is important to take into account that the selected stream modifies its video compression configuration to MJPEG
(Configure-->Videoyaudio-->Video)
The Stream type is decided by the value you put after "video":
Any of the three streams could be modified to MJPEG but it is recommended that the main stream keeps its compression and it is the secondary streams that are used for this function.
http://admin:123456@172.18.5.181/video/mjpeg/stream3
HTTP IPCAM COMMAND - IMAGE CAPTURE
To get an image capture in jpg format using the http command, the string to configure will be:
http://user:password@ip:85/images/snapshot.jpg
An example would be:
http://admin:123456@172.18.5.181:85/images/snapshot.jpg