Best approach to integrate MXPEG to OpenCV?

asked 2015-07-18 12:12:00 -0600

Fragender gravatar image

Hello,

I just got a Mobotix camera and this camera offers next to a normal MJPEG stream also streams in MXPEG. To me it looks like the MXPEG codec brings advantages for me in comparison to MJPEG. Therefore I would like to read videos with MXPEG in OpenCV.

I looked around and found three ways which should be possible: 1. Use C++ library provided by Mobotix 2. Use FFMPEG library 3. Use libVLC

Has anyone made experience with on of these librarys?

I would like to know which might be the easiest way to integrate MXPEG in OpenCV.

Thank you very much :-)

edit retag flag offensive close merge delete