OpenCV Help

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.

Look at the VideoCapture class. You can pass it a URL for the axis camera JPEG stream.

Thank You