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.