Incorporating Gstreamer into yocto build

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Incorporating Gstreamer into yocto build

1,264 Views
aliismail
Contributor IV

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!

Labels (3)
0 Kudos
3 Replies

1,046 Views
Yuri
NXP Employee
NXP Employee

Hello,

Please check if a (MIPI, CSI) camera  driver is present in Your system.

Regards,

Yuri.

0 Kudos

1,046 Views
aliismail
Contributor IV

MIPI CSI camera driver known as what? Can I configure this using menuconfig?

0 Kudos

1,046 Views
igorpadykov
NXP Employee
NXP Employee

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!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos