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.

DM642 CMOS采集 帧同步的问题



请教一下给位前辈

我用DM642 做的一个MT9T001的视频采集 

然后考虑到在有信号干扰的情况下 无法每次都同步

看介绍文档上说 要先关闭视频口 在重新使能 

我直接通过更改寄存器 先关闭了视频口 再重新使能的时候

发现视频数据的采集停止了 

FVID_control(capChan, VPORT_CMD_EDC_BASE + EDC_CONFIG, (Ptr)&params);
FVID_control(capChan, VPORT_CMD_EDC_BASE + EDC_START, NULL);
FVID_control(capChan, VPORT_CMD_START, NULL);

通过这个重新采集也没用 

请问一下 这个该怎么操作

能 重新启动视频采集 或者有其他帧同步的方法