techyian / MMALSharp

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

Minor improvement and more documentation #50

Closed daniel-lerch closed 6 years ago

daniel-lerch commented 6 years ago

Hi Ian,

I have removed the second redundant call Camera.StillPort.SetRawCapture(false) in TakeRawPicture like discussed in #40 . At many points I added documentation #37 especially for the camera and preview renderer. The few changes of the code made names more intuitive and should prevent the user from changing objects that should stay immutable.

Daniel