Log in

View Full Version : OpenCV Help


yash101
27-04-2013, 23:58
I am working on some advanced vision processing program and I would like to know if anyone knows how to get the image from the axis camera to store in Mat(), that would be nice.

virtuald
30-04-2013, 11:46
Look at the VideoCapture class. You can pass it a URL for the axis camera JPEG stream.

yash101
30-04-2013, 11:50
Thank You