[imx8m mini lpddr4]how to work camera(https://www.nxp.com/part/MINISASTOCSI#/)

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

[imx8m mini lpddr4]how to work camera(https://www.nxp.com/part/MINISASTOCSI#/)

552件の閲覧回数
bryan_hong
Senior Contributor I

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

0 件の賞賛
返信
1 返信

546件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

how about using the command like:

"gst-launch-1.0 v4l2src ! video/x-raw,width=640,height=480 ! waylandsink"??

0 件の賞賛
返信