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.

TDA4VM: 显示图像时,如何正确配置不同的位深?

Part Number: TDA4VM


我注意到PROCESSOR-SDK-LINUX-J721E的/opt/imaging/sensor name/目录下有两种不同位深度bin文件,_8b和_10b,这和DCC tuning tool的模块配置有关系吗?实际上当我使用10bit配置显示imx219的时候,YUV图像的高亮度区出现了粉色块,跑的是edge_ai_apps/apps_python里的demo。

dcc_8b

 raw8模式的raw   

 raw8模式的yuv

dcc_10b

 raw10模式的raw

 raw10模式的yuv

看起来像是rgb转yuv的时候高位数据溢出了,请问我应该如何去配置它?