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.

TDA2E: Loss of image brightness from camera to soc

Part Number: TDA2E

Hi all!

The data format of image on the camera(ISX019) and soc side are both YUV422,
but the display effect on the soc side is obviously not as good as the camera side,as follows:

According to feedback from sony engineers, there are two types of YUV data formats,
0-255 (fullrange) and 16-235 (videorange). But in this project, the data format
on the ISX019 side is 0-255 (fullrange) and the data format on the soc side is 16-235 (videorange),
it results in the loss of dark and highlight information.
How to configure the data format on the soc side to 0-255 (fullrange)