thaytan / gst-rpicamsrc

GStreamer element for the Raspberry Pi camera module
Other
261 stars 101 forks source link

Add greyworld mode to AWB options #90

Open Roach2010 opened 5 years ago

Roach2010 commented 5 years ago

This mode should be used for NoIR cameras in conjunction with the new RPi AWB algorithm.

See raspberrypi/firmware#1167 for further details.

thaytan commented 5 years ago

It looks like this will break compilation on Raspbian Jessie with older libraspberrypi-dev headers. There's no easy #ifdef thing to do - so probably best to #define a local copy of the enum for now