jnohlgard / python-v4l2capture

Python extension to capture video with video4linux2 (fork of https://launchpad.net/python-v4l2-capture)
133 stars 83 forks source link

Adding MJPEG to the formats supported #4

Open TimSC opened 10 years ago

TimSC commented 10 years ago

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.