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.

omap3530 wince6.0 camera 预览变慢的问题



大家好,

       我在使用wince6.0中的directshow实现camera预览和拍照的功能,现在wince设备出现如下问题就是

 CHK(m_pCaptureGraphBuilder->RenderStream( &PIN_CATEGORY_PREVIEW,&MEDIATYPE_Video, m_pVideoCaptureFilter,NULL, NULL ));

 CHK(m_pCaptureGraphBuilder->RenderStream( &PIN_CATEGORY_CAPTURE, &MEDIATYPE_Video, m_pVideoCaptureFilter, pVideoEncoder, pASFMultiplexer ));
.........................

 CHK(m_pCaptureGraphBuilder->RenderStream(&PIN_CATEGORY_STILL, &MEDIATYPE_Video, m_pVideoCaptureFilter, NULL, m_pImageSinkFilter ));
这三个接口的运行速度会越来越慢,按照预览的操作流程调用300多次后,总耗用时间差不多增加3s左右,即便是关机再开这个增加的时间也不会减少,

请问是什么原因