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
Warning : errorneous pipeline: no element "v412src"
and than i checked that plugin and also re install the gstreamer packages but was throwing same error
if anyone help to resolve this issue
dear @Bio_TICFSL
its showing same error after showing this command
can you help me to resolve this
Hello,
You should try
gst-launch-1.0 -v v4l2src device=/dev/video0 ! waylandsink
and check the gstreamer user guide:
Regards