Hi,
I need to stream 1080/60 component video (using EVM extension card component input) to EVM HDMI.
I'm running the following pipeline on DM8168 EVM:
gst-launch v4l2src ! omx_scaler ! omx_ctrl display-mode=OMX_DC_MODE_1080P_60 ! omx_videosink sync=false
I get error msg:
C_MODE_1080P_60 ! omx_videosink sync=false
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Cannot identify device '/dev/video0'.
Additional debug info:
v4l2_calls.c(493): gst_v4l2_open (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
system error: No such file or directory
Setting pipeline to NULL ...
Freeing pipeline ...
There is no video0 file on targetfs/dev lib.
My EZSDK version is 5_05_02_00.
What is the device name for extension card component input?
BR,Shahar.