gstreamer in imx8mplus

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

gstreamer in imx8mplus

546 Views
srinivas_123
Contributor III

i have gstreamer installed in imx8mplus-evk which has mickledore environment 

in which i need to capture the photo and video and store into the folder

so run the below command:

gst-launch-1.0 -e v4l2src device=/dev/video0 ! image/jpeg,width=1280,height=720,framerate=30/1 ! jpegparse ! jpegdec ! filesink location=captured_photo.jpg

but it was showing 

srinivas_123_0-1711015989984.jpeg

 

Warning : errorneous pipeline: no element "v412src" 

and than i checked that plugin and also re install the gstreamer packages but was throwing same error

srinivas_123_1-1711016005526.jpeg

 

if anyone help to resolve this issue
 

0 Kudos
Reply
3 Replies

516 Views
srinivas_123
Contributor III

dear @Bio_TICFSL

its showing same error after showing this command

srinivas_123_0-1711090349658.jpeg

 can you help me to resolve this

 

0 Kudos
Reply

530 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

You should try

gst-launch-1.0 -v v4l2src device=/dev/video0 ! waylandsink

and check the gstreamer user guide:

https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-8-GStreamer-User-Guide/ta-p/1098942...

 

 

Regards

0 Kudos
Reply

512 Views
srinivas_123
Contributor III
dear @Bio_TICFSL

its showing same error after showing this command



 can you help me to resolve this

0 Kudos
Reply