Hi there!
I'm running into an issue with the DM816x EVM while trying to decode 1080i60 video. It appears that the top and bottom fields are reversed on the decoded output (looks fuzzy and jittery).
I put the VPSS into 1080i60 mode:
echo 0 > /sys/devices/platform/vpss/display0/enabled
echo 1080i-60 > /sys/devices/platform/vpss/display0/mode
echo 1 > /sys/devices/platform/vpss/display0/enabled
... and ran a gstreamer pipeline (the content is h.264 TS)
gst-launch -v filesrc location=/usr/share/ti/data/videos/1920x1080_PMG.mpg ! mpegtsdemux ! h264parse output-format=1 access-unit=true ! omx_h264dec ! omx_scaler ! omx_ctrl display-mode=OMX_DC_MODE_1080I_60 ! gstperf ! omx_videosink display-mode=OMX_DC_MODE_1080I_60
and while the video does play successfully, the output looks like the fields are misaligned.
Anyone have any ideas?
Thanks in advance!
Tate