Hello,
I'm working with a DM8148 processor on a custom board. I'm developing my OMX software using the ti-ezsdk-dm814x-evm_5_05_02_00. I'm receiving video on VIP port 1. The video data is YUV422 16-bit discrete sync mode. I've configured an OMX capture component to accept the data on the port; I set the capture mode to
sHwPortParam.eCaptMode = OMX_VIDEO_CaptureModeSC_DISCRETESYNC_ACTVID_VSYNC
I'm able to get most of the video data but am getting an extra line of data at the start of the video frame that doesn't belong there. I'm not sure why this is happening since the signals look correct. I've attached a screen capture of the signals going into the VIP port.