hello
On `i.MX Linux ® ® User's Guide, Rev. L5.4.47_2.2.0, 2 November 2020` pdf file,
Let me guide to how to work camera(MINISASTOCSI)
When I execute below
gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw, format=(string)UYVY,width=640, height=480, framerate=(fraction)30/1'! v4l2sink
===
root@imx8mmevk:/# !15
gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw, format=(string)UYVY,width=640, height=480, framerate=(fraction)30/1'! v4l2sink
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstV4l2Sink:v4l2sink0: Cannot identify device '/dev/video1'.
Additional debug info:
../../../git/sys/v4l2/v4l2_calls.c(656): gst_v4l2_open (): /GstPipeline:pipeline0/GstV4l2Sink:v4l2sink0:
system error: No such file or directory
Setting pipeline to NULL ...
Freeing pipeline ...
root@imx8mmevk:/#
===
thanks
Bryan