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.

如何在DVSDK4.02+dm368的环境下,把tvp5146更换成tvp5151?

Other Parts Discussed in Thread: TVP5146, TVP5151

您好,我想在在DVSDK4.02+dm368的环境下,把tvp5146更换成tvp5151,请教几个问题

1.看之前帖子说5151直接用I2C配置,不用驱动,请问下有例子吗?我应该在什么地方配置以下几个寄存器呀?

WR_REG,VID_DEC,1,0x03,0x69 // GPCL HIGH, YUV output enable
WR_REG,VID_DEC,1,0x0F,0x02 // GPCL on INTREQ/GPCL/VBLK pin
WR_REG,VID_DEC,1,0x07,0x20 // Pedestal control on

2.如果采用5151的话,board-dm365-evm.c文件里配置tvp5146的部分是不是就不需要了,我还需要参照5146来配置5151的vpfe吗?