OpenMV N6 RAW bit depth

Dear OpenMV,

I need to record raw images with maximum bit depth.

Can OpenMV N6 + PS5520 can record raw images with 12bit/pixel depth un-debayered ?

Thank you.

Andrei

Hi, the hardware can do this but you’ll need to hack the C firmware to make this happen. We will not support this by default. You’d need to modify the sensor driver, ISP logic with the N6, and code that interprets the image byte stream. All of this is straight forward except for getting 12-bits out of the sensor. We will be operating the sensor in 10-bit HDR mode by default all the time.

Thank you for your answer, 10bit can be enough for a start.