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