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 sensor mode change #48

Closed techyian closed 6 years ago

techyian commented 6 years ago

To be done on the camera control port using the MMAL_PARAMETER_CAMERA_CUSTOM_SENSOR_CONFIG parameter. This will allow a user to manually force the camera to use one of the pre-defined sensor modes. Related to #26.

See: OV5647 modes IMX219 modes

techyian commented 6 years ago

Unit tests passing for this. Closing.