color measurement and validation on the IMX412 module
-
For color measurement and validation on the IMX412 module we require either:
-
Direct RAW image output, or
-
An ISP fixed configuration (with all automatic/adaptive functions disabled).
Could you please confirm whether RAW output is available?
-
-
Yes, when MISP is enabled, voxl-camera-server will output a pipe with the suffix _bayer
For IMX412, there should be a pipe named "hires_bayer". That pipe is outputying raw bayer data directly from the sensor
-
Please keep in mind that the bayer image may have padding at the end of each row in order to align the line start with 16 or 32 byte boundary. This padding is done by the ISP when it receives the image from the camera.
For example, a number of common raw resolutions have the line stride listed in the
FindFrameSize
function invoxl-camera-server
source code: