techyian / MMALSharp

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

AWB Mode "Greyworld" missing #137

Closed Spontifixus closed 4 years ago

Spontifixus commented 4 years ago

I am using the NoIR version of the camera. To get a decent colored image I use the AWB-mode "greyworld", as defined in raspistill documentation.

The enum MMAL_PARAM_AWBMODE_T defined in MMALParameters.cs lacks the required member, but unfortunately I have no idea where to find the values to be able to fix this myself and create a pull request.

Can you point me in the right direction where to find the relevant docs?

techyian commented 4 years ago

This is related to #111 and I have linked to the commit in the userland repository where the member was added.

Spontifixus commented 4 years ago

Note so self: Do not open issues that late in the night. Thank you for clarifying.

techyian commented 4 years ago

AWB Grey World option added and pushed to dev branch.