@veye_xumm :
您好!
我现在CM4上面,仅仅用CAM1 和SCL0 SDA0 ,不再考虑用CAM0 。
现在出现一个比较有意思的现象,327S的摄像头,能够用树莓派系统(full)自带的VLC媒体播放软件,看到图像。但是用i2C_cmd访问,却出错了。
我的指令序列是:
pi@raspberrypi:~/raspberrypi/i2c_cmd/bin $ ./camera_i2c_config 10
setting GPIO for board revsion: c03140 kernel ver:5
Failed: don't know how to set GPIO for this board!
Use i2c-10 for the sensor (-y 10)
pi@raspberrypi:~/raspberrypi/i2c_cmd/bin $ ./camera_i2c_config 1
setting GPIO for board revsion: c03140 kernel ver:5
Failed: don't know how to set GPIO for this board!
Use i2c-10 for the sensor (-y 10)
pi@raspberrypi:~/raspberrypi/i2c_cmd/bin $ ./camera_i2c_config 0
setting GPIO for board revsion: c03140 kernel ver:5
Failed: don't know how to set GPIO for this board!
Use i2c-10 for the sensor (-y 10)
pi@raspberrypi:~/raspberrypi/i2c_cmd/bin $ ./veye_mipi_i2c.sh -r -f devid -b 1
device id is 0x 0
pi@raspberrypi:~/raspberrypi/i2c_cmd/bin $ ./veye_mipi_i2c.sh -r -f devid -b 0
device id is 0x 0
pi@raspberrypi:~/raspberrypi/i2c_cmd/bin $
请问一下,是我的命令序列不对吗?
或者还是别的错误?
我之前用指令./veye_mipi_i2c.sh -r -f devid -b 0 读出过0x06
谢谢回复!
好心情!