techyian / MMALSharp

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

Allow user provided buffer number and size for camera ports #190

Closed techyian closed 3 years ago

techyian commented 3 years ago

We currently have the ability for users to supply their own buffer number and size against a port via MMALPortConfig, but no way to override the recommended number against the camera's Still & Video ports. This may assist performance in advanced pipelines.

techyian commented 3 years ago

Docs added here.