techyian / MMALSharp

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

Changed exceptions and added documentation #49

Closed daniel-lerch closed 6 years ago

daniel-lerch commented 6 years ago

Hi Ian, I have changed the PiCameraError to usual .NET Exceptions in a few places like discussed in #40. Furthermore I have completely documented all exceptions using the MMAL documentation and the source code. A few other methods were also documented. Daniel

daniel-lerch commented 6 years ago

Hi Ian,

you're welcome. MMALSharp is definitely the best library for the Raspberry Pi Camera in .NET and Java. Thank you for giving .NET developers low level access, more stability and better performance for camera usage on the Pi.

I have used the C# 6 automatically as I am developing either on Windows or with .NET Core 2.0 and don't have to take care about supported language versions. You can easily specify a C# language version for a project in Visual Studio by opening the Project Properties window, selecting Build and clicking on the butten Advanced.... This will force all contributors to use your preferred C# version.

Daniel