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 :-)