[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#/)

545 次查看
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 回复

539 次查看
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 项奖励
回复