https://blog.csdn.net/TyearLin/article/details/131726154
2.1 常用命令
2.1.1 v4l2-ctl --list-devices
列出系统中所有的V4L2设备
thomas@ubuntu:/userdata/dev_ws$ v4l2-ctl --list-devices
XiaoMi USB 2.0 Webcam: XiaoMi U (usb-0000:03:00.0-1):
/dev/video0
/dev/video1
2.1.2 v4l2-ctl -d /dev/veoxx --all
查询相机的详细信息 v4l2-ctl -d /dev/video0 --all
thomas@ubuntu:/userdata/dev_ws$ v4l2-ctl -d /dev/video0 --all
Driver Info:
Driver name : uvcvideo
Card type : XiaoMi USB 2.0 Webcam: XiaoMi U
Bus info : usb-0000:03:00.0-1
Driver version : 5.15.136
Capabilities : 0x84a00001
Video Capture
Metadata Capture
Streaming
Extended Pix Format
Device Capabilities
Device Caps : 0x04200001
Video Capture
Streaming
Extended Pix Format
2.2.3 打开相机并显示
linux可用cheese 显示设备
cheese -d /dev/video