Is there support for capture and display in 720p30? Thanks.
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.
Is there support for capture and display in 720p30? Thanks.
Hi Krunal,
I have also tested with 720p60, but i think the EZSDK doesn't come with 720p30 support, maybe somone came up with a patch. And yes i am looking for 720p30.
Thanks,
Gabi
accidentally i run across this post
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/p/222088/785777.aspx#785777
Event though 720p30 is not a standard it is commonly use, can TI please help with that?
Thanks,
Gabi
I believe you pretty much do the same thing as 720p60 but you must apply a skip mask since it captures at 60 fps always. So it will just drop every other frame with a skip mask. Then it will only capture 720p30. This would be done in the captureparams() function.
"Capture is always at 60 fps, irrespective of frame rate specified. If it is set to 30 capture component would skip frames as per mask specified in example, and provide 30 frames to encoder. So the source should provide 60fps. " - from: http://processors.wiki.ti.com/index.php/OMX_EZSDK_Examples