Hi,
I am trying to port EZSDK 5.05.02.00 version for our custom board with fpga as video decoder.
I need to capture and display using gstreamer.
I use below pipeline to do that.
gst-launch omx_camera ! "video/x-raw-yuv, format=(fourcc)NV12, width=1920, height=1080, framerate=60/1, buffer-count-requested=4" ! omx_scaler ! omx_ctrl display-mode=OMX_DC_MODE_1080P_60 ! gstperf print-fps=true print-arm-load=true ! omx_videosink sync=false
But I got the following error in the console.
ERROR: pipeline could not be constructed: no element "omx_camera".
Please help me on this issue.
How can I add this element ?
Thanks,
Abeesh