USB Camera not working on IMX6

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

USB Camera not working on IMX6

594 次查看
rthomas
Contributor III

Hello, I am having an issue where the USB Camera I am plugging into the board is being found but not displaying any video. When doing "lsusb" it shows it is there and the program I am trying to use it on shows a device has been found. When running cheese no video shows as well. I am using this Ubuntu image - https://boundarydevices.com/ubuntu-bionic-18-04-3-lts-for-i-mx6-7-boards-august-2019-kernel-4-14-x/ 

If anyone knows how I could fix this please let me know.

标记 (3)
0 项奖励
2 回复数

583 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello rthomas,

 

Check is the video is in /dev/videox where X is the numer of instance the mx6 is open, as example

ls /dev/video2, and you can add gstreamer

gst-launch-1.0 v4l2src device=/dev/video2

 

Regards

 

0 项奖励

577 次查看
rthomas
Contributor III

Thank you for the response!

When doing this it outputs:

"Setting pipeline to PAUSED ...

Pipeline is live and does not need PREROLL ...

Setting pipeline to PLAYING ...

New clock: GSTSystemClock "

No screen pops up with the live video output and nothing other than that output in the terminal occurs.

0 项奖励