techyian / MMALSharp

C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
MIT License
195 stars 33 forks source link

JPEG thumbnails #60

Closed techyian closed 5 years ago

techyian commented 6 years ago

Insert JPEG thumbnail into JPEG image captures. Need to decide whether best to add to the global config object or pass in as an additional parameter when creating the image encoder component.

techyian commented 6 years ago

Supposedly the JPEG thumbnails will only work with Opaque encoding on the camera's still port - need to investigate this.