techyian / MMALSharp

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

Encode / Decode image from raw file #18

Closed techyian closed 6 years ago

techyian commented 7 years ago

The Encoder / Decoder components can be fed data from a file instead of from the Camera component directly.

techyian commented 7 years ago

Updated title to specify that this issue covers encoding/decoding images from raw files. Will explore video in a later release