Skip to content

Added AddFrame() and YUV422 support

Latest
Compare
Choose a tag to compare
@bitbank2 bitbank2 released this 03 Apr 15:52

This release is in response to testing the M5Stack CoreS3 device. It has a 640x480 color camera (GC0308), but it's a low cost device that only outputs uncompressed frames. In order to generate JPEG compressed images, it needs to use a software encoder. I added the YUV422 input type to allow a faster path to compress images from this and other cameras.