I am developing the HDR mode driver for the imx735. In the device tree, I use “dynamic_pixel_bit_depth = “24””; csi_pixel_bit_depth = “12”; It was found that the image appeared overly green, indicating an abnormality.
I would like to inquire about the maximum value of dynamic_pixel_bit_depth, and at the same time, what details need to be paid attention to when implementing the HDR function and achieving inverse pwl?
FYI, the maximum SDR we’re supported is Raw 16-bits,
it’s PWL-WDR to have wider supports, however, although PWL-WDR supported is Raw 20-bits. ISP will take maximum 16-bits input, PWL compressed/de-compress internally as 20-bit before processing.