edge_Equipment/HDMI调试.txt

9 lines
378 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

在HDMI调试的时候是使用v4l2驱动。
查看设备节点:
v4l2-ctl --list-devices
查看HDMI支持的格式
v4l2-ctl --list-formats-ext -d /dev/video58
设备节点采集格式查询
v4l2-ctl -V -d /dev/video58
验证HDMI能不能获取视频流v4l2-ctl --stream-mmap --stream-to=/dev/null --device=/dev/video58这个具体端口可以使用手册来查找