Hi,
According to http://processors.wiki.ti.com/index.php/DM365_Codecs_FAQ , the jpeg encoder support YUV420P and UYVY as input colorspace, but when I use
gst-inspect to get the TIImgenc1 element info, it shows the sink pad only support UYVY, I420, Y42B capabilities. Does this mean I must convert to UYVY before link it to the TIImgenc1 if the the source elment v4l2src is output NV12? Thanks!