techyian / MMALSharp

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

ICaptureHandler instead of ImageStreamCaptureHandler for pictures. #73

Closed wadewomersley closed 5 years ago

wadewomersley commented 5 years ago

Allow override NewFile in FileStreamCaptureHandler

wadewomersley commented 5 years ago

Easier custom handlers.

techyian commented 5 years ago

Yes happy to accept this, thanks Wade. Might be worthwhile doing this for the Video recording method too?

wadewomersley commented 5 years ago

I've replaced remaining references that allowed replacement with ICaptureHandler

techyian commented 5 years ago

Thanks @wadewomersley.