RGB binning on AR0135

Hi there,

I am trying to do color digital binning on the AR0135. I have gotten it to successfully do mono binning with the register settings described here:

https://github.com/ArduCAM/ArduCAM_USB_Camera_Shield/issues/74

But the output remains mono, even with 0x30B0[7] cleared to enable color CFA. According to the manual, 0x306E[4] must be set to enable true bayer resampling. When I do that, a USB_CAMERA_DATA_LEN_ERROR is thrown.

Is there confirmed register settings for RGB binning on the AR0135/0134?

 

 

 

Found the problem - our service was rewriting register 0x30B0 after initialization to set manual gain settings, and at the same time reverting it back to the default mono CFA.

 

 

 

 

Hi,

Great to hear you have solved your problems.