techyian / MMALSharp

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

Added documentation and improved error suppression #42

Closed daniel-lerch closed 6 years ago

daniel-lerch commented 6 years ago

I have added documentation to a few places where I understand what the methods do.

In native areas I have added comments to the #pragma warning disable statements describing which error was disabled. Additionally I have suppressed IDE1006 stating that methods must be named with first letter uppercase.