I actually are using the DM368 to encode HD video in H264 from TVP7002 with the ti-dvsdk_dm368-evm_4_02_00_06 sdk.
All works fine in 720P@60fps and even in 1080P@30fps with no lost frame.
When 1080I is used on input, sometimes frames are lost and I can’t get exactly 30fps.
I can’t understand why all is ok in 1080P but not in 1080I. The frame are provided to the encode process at the same rate (one each 33ms) with the same content (output buffer size from capture are equal in the two “resolutions”) and encoding parameters are also the same.
Do you already have seen this problem (in the encode example software provided in the ti-dvsdk_dm368-evm_4_02_00_06 : when 1080I is selected then input is automatically set to Capture_Input_CAMERA. Why ?)
Is this due to a DMA sharing “problem” between VPFE and encoder hardware ?
Can you help me because there are cases where we have to use 1080I not 1080P.
Let me know if you need more informations.