Hello all,
On my custom board based on i.Mx6s , I've made a Yocto Dizzy 1.7.3 image with command
bitbake fsl-image-multimedia-full
The system starts, and al seems working fine. Now I'm trying to capture image from camera with command:
gst-launch-1.0 imxv4l2videosrc device=/dev/video0 input=0 ! imxipuvideotransform ! fakesink
But it returns
WARNING: erroneous pipeline: no element "imxv4l2videosrc"
and command stop the execution.
Please can you help me to understand and fix the problem?
Thanks for all
Luigi