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.

ycbcr dm368

Other Parts Discussed in Thread: TVP7002

您好!

          我使用了达芬奇DM368  做做视频处理自带的tvp7002  编码720P  1080P 1080I .都工作正常。

       我需要的HDMI输入 所以接了CAT6023  采用一般的YCBCR422输入。所以.ccdc_if_params = {

  .if_type = VPFE_YCBCR_SYNC_16,

接入 720P 1080P ,抓图像和编码都正常,了

问题1,信号源1080I 输入是抓图像 中断函数中static irqreturn_t vpfe_isr(int irq, void *dev_id){.....vpfe_dev->field_id ^= 1;

if (fid == vpfe_dev->field_id) {}.....}   fid 一直等于1  vpfe_dev->field_id一直等于0  。不知道怎么设置?

问题2:, 我把接口.ccdc_if_params = {

  .if_type = VPFE_BT656,  设置成BT656.                    1080i采集编码都可以,但是1080P 720P 又抓不到图。

能否发一份正确的采集接口寄存器配置给我。谢谢