techyian / MMALSharp

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

Add user provided name to MMALPortConfig #189

Closed techyian closed 3 years ago

techyian commented 3 years ago

Add a new string property to MMALPortConfig which will allow users to give their ports specific names. Mainly to be used to assist in debugging when a user has many objects of the same type in their pipeline e.g. Image Encoders. These port names will be outputted in the logs alongside the native port name.