techyian / MMALSharp

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

Circular buffer #81

Closed techyian closed 4 years ago

techyian commented 5 years ago

Useful for CCTV applications. Implement a circular buffer capture handler which will process x number of second's worth of data before starting from the beginning of the buffer again. To be done alongside #43. If motion is detected, begin recording to Stream based on DateTime passed to handler.