techyian / MMALSharp

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

Remove restriction on FastImageOutputCallbackHandler to require an Image Encoder component #147

Closed techyian closed 4 years ago

techyian commented 4 years ago

The FastImageOutputCallbackHandler currently has a restriction in place which will only allow a component of type IImageEncoder to use it. This prevents other components from using this callback handler when the user may wish to split frames into multiple files.