I'm trying to capture an NTSC signal, convert it from YUV422 to YUV420, convert it back to YUV422 and display it. However, the video that appears has vertical lines where the signal is missing. I've set the video capture format to V4L2_PIX_FMT_YUV422UVP and the VDCE src_processing_mode to VDCE_INTERLACED and src_mode and res_mode to VDCE_FRAME_MODE. Any suggestions are appreciated.