techyian / MMALSharp

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

Preview component configuration #44

Closed techyian closed 6 years ago

techyian commented 6 years ago

As per the MMAL API, we should allow users to set configuration parameters against a Video Renderer component, e.g. X/Y coords with width/height, Opacity. See here

techyian commented 6 years ago

Unit tests written and wiki updated to reflect this work. Closing.