Ask Your Question

Revision history [back]

Does OpenCV3.10 work with Axis FD216 Security Camera

Unable to stream video with AXIS FD216 IP Security Camera. Programming with OpenCV3.10 and Python3.5

Example – From my browser the following http://192.168.1.141/mjpg/video.mjpg brings up my authentication required. It then streams video.

However, it does not works with my program. Example. cam = cv.2(VideoCapture( ‘http://192.168.1.141/mjpg/video.mjpg ‘)

I have tried various examples from the Web. Had no success.

Would appreciate any remarks as to this issue. Maybe VideoCapture does not work with OpenCV3.10.

Appreciate any comments to my question or any examples to achieve success.

Thanks

Denis