techyian / MMALSharp

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

More XML documentation #54

Closed daniel-lerch closed 6 years ago

daniel-lerch commented 6 years ago

Hi Ian,

with this pull request I finished the XML documentation of MMALSharp.Common. From both other projects we have only 92 missing comment warnings left. Furthermore I deleted two unnecessary methods in the Helpers class which were not longer in use.

This will most likely be my last pull request for MMALSharp for indefinite time. I have finished the project where I was using this library and don't know when I will work with a Raspberry Pi for the next time. MMALSharp is a very cool library and has the chance to replace other approaches like running raspistill in unoquare's raspberryio. It took me a lot of time to understand the huge amount of code you have already written. But I hope that I could help other users using this library with my contributions, especially the work on code documentation. For the next time I will keep watching the development of MMALSharp and maybe I will use it again some day.

Kind regards Daniel Lerch