techyian / MMALSharp

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

Improve logging #14

Closed techyian closed 6 years ago

techyian commented 7 years ago

Currently spitting output to Console but can get overwhelming with the amount of callbacks from MMAL. Need to only output the most important info to console when debugging mode is enabled, otherwise output to log file.

techyian commented 6 years ago

Ability to print component pipeline should also be added as part of this issue.

techyian commented 6 years ago

Closed