This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA2PXEVM: question about image sensor configuration

Part Number: TDA2PXEVM

Hello.

I used IMX390 camera module made by D3 engineering.

I want to change the setting of pixel output format to RAW 12bit.

I saw the "SYSTEM_BPP_BITS12_PACKED_MIPI" configuration on system_const.h.

If I set the bpp value on the iss_sensor_imx390.c (info->bpp               = SYSTEM_BPP_BITS12;") with the value of "SYSTEM_BPP_BITS12_PACKED_MIPI",

can I change the output pixel format of the image sensor?

Is there required setting for internal ISS operation change due to the new bpp value? 

Thank you.