Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-16 | lib/mjpeg_encoder: Add an MJPEG encoder for YUV420 data | Daniel Scally | |
MJPEG is an extremely useful format given its compression allows high framerates even over limited bandwith USB connections. Add an MJPEG encoder class that converts YUV420 data into MJPEG data. Where a libcamera-source does not support MJPEG natively, convert YUV420 into MJPEG if the user tries to set MJPEG format. Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> |