techyian / MMALSharp

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

TakePicture & TakeVideo to be self-contained #28

Closed techyian closed 7 years ago

techyian commented 7 years ago

The above methods should be self-contained, allowing a user to quickly take images/video without the additional boilerplate code to configure ports etc. This means an encoder & renderer will be created on the fly and disposed of when the capturing is complete, but as a result, the Timelapse & continual capture methods will be removed.

Update docs on how to create timelapse/continual modes using the manual construction method.