Go to documentation repository
Documentation for Intellect 4.10.4. Documentation for other versions of Intellect is available too.
http://example.com:[port]/web2/secure/video/action.do?version=4.7.8.0&sessionid=FC126734&cam.id=5&login=XXX&password=YYY – request for video from a camera with ID 5.
cam.id – camera ID.
sessionid – any value.
If version 4.10.0.0 is specified in request, then the stream obtained is in MJPEG format without XML inserts – it can be displayed on a web page using the IMG tag in Chrome and FireFox browsers. This feature is implemented for both live and archive video.
Note.
Not more than 6 video streams can be received simultaneously.
Request sample:
http://10.0.36.158:8085/web2/secure/video/action.do?version=4.10.0.0&sessionid=1234567890&video_in=CAM:1&imageWidth=200&fps=1&login=1&password=1
Here is an example of using request results on the web page:
<html> <head/> <body> <img src="path to mjpeg"/> </body> </html>
Overview
Content Tools