I am using the SCM-QWKS dev board and I want to include gstreamer into the image build in yocto. I added gstreamer1.0-plugins-imx to my local.conf file and have been able to successfully install it. The only confusion I have now is when I do the following command provided in the Linux User's Guide:
gst-launch-1.0 imxv4l2src ! imxv4l2sink
imxv4l2src is not recognized. I ran a gst-inspect-1.0 on imxv4l2src and it fails to find it, however, it finds v4l2src just fine. Is this ok or does it have to be imxv4l2src?
Thanks!
Hi Ali
it is imxv4l2src, one can try recipes-multimedia described in attached Yocto Guide p.4
or try to build fsl-image-machine-test (Table 1).
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------