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.

why framerate parameter dose not work in capture_encode demo?

set the framerate by:

 tPortDef.format.video.xFramerate = (pAppData->nFrameRate << 16);

  tVideoParams.xFramerate = (pAppData->nFrameRate << 16);

 

but it seems that this parameter dose not work. who can tell me the reason?