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.

DM8127上DMVAL算法IMD调用尝试。



仿照ipnc_rdk\ipnc_mcfw\mcfw\src_bios6\links_common\va示例,

pAlgObj->inFrameRate = 12;
pAlgObj->vaFrameRate = 3;

if(pAlgObj->processFrCnt >= 900)
{

    pAlgObj->processFrCnt = 0;

}

IMD 算法在视频输入60帧后开始检测,900帧为一个循环,7个循环之后,IMD算法就没有检测输出了。
输入视频中一直有运动物体。
请问这个问题从哪儿入手,可以让IMD持续输出检测结果。