Hi
We need to run a system from a camera which outputs 1080i50 video. Display should be as well in 1080i50.
I cut down the capture_encode example to be only a capture_display application. I directly connected capture to display. The application is working in 1080p.
As a next step i modified the app to support interlaced video. Running the application in 1080i60 does partly work. I get some output, although I see only an image on the upper halfe of the screen.
Trying to run it in 1080i50 gives me an error on setting up display to OMX_DC_MODE_1080I_50. I get the same error when I try to run OMX_DC_MODE_1080P_50!
Are there any limitations or should I be able to run 1080i50 capture directly connected to display in 1080i50?
I am using ezsdk_5_02_01_59_dm816x-c6a816x-am389x which includes omx_05_02_00_15.
Best regards
Alex