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 MMAL_PARAMETER_SUPPORTED_ENCODINGS check #17

Closed techyian closed 6 years ago

techyian commented 7 years ago

All components support the MMAL_PARAMETER_SUPPORTED_ENCODINGS check which determines which encoding types can be used with a specific component. Would be useful to check this before allowing image capture to proceed to ensure the correct encoding is set against a component.