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.

dm8148 pChObj->frameCapture



软件版本:ipnc 3.8

demo:multich_capturedisplay.c

我使用9125芯片作为视频解码芯片,输入720p的视频,经过8148后通过高清接口显示。

问题:我在跟代码时发现在函数Vps_captTskUpdateList()中程序调用的函数为

         Vps_CaptTskPutCaptField(pObj,pChObj,&parseDescInfo);而不是我认为的

        Vps_CaptTskPutCaptFrm(pObj,pChObj,&parseDescInfo);

      我输入的是逐行的为什么在这里采集是按场来采集的呢?