python-v4l2capture icon indicating copy to clipboard operation
python-v4l2capture copied to clipboard

Adding MJPEG to the formats supported

Open TimSC opened this issue 12 years ago • 0 comments

Originally, RGB24 and YUV420 was supported and selected using a boolean. I changed to use a string variable and added support for MJPEG. Decoding of the image is not part of this library I assume.

TimSC avatar Sep 13 '13 13:09 TimSC