开发板系统为ubuntu22.04镜像并已执行update与full-upgrade指令,但系统源换成清华源了。
使用MIPI-CSI连接Edge2与IMX415后执行以下指令:
“v4l2-ctl -d /dev/video24 --set-fmt-video=width=3840,height=2160,pixelformat=NV12 --stream-mmap=3 --stream-skip=3 --stream-to=/tmp/data24.yuv --stream-count=1 --stream-poll”
终端返回“select timeout”,/tmp目录下创建data24.yuv文件,使用ffplay打开后显示文件为空。
请问这是什么问题?
(log)