327修改参数无法生效
-
nvidia@nvidia-desktop:~/nvidia_jetson_veye_bsp/i2c_cmd/bin$ sudo ./veye_mipi_i2c.sh -w -f wdrmode -p1 0x03
====I2C write:<0x3b> <0x7> <0xfe>====
Failed to write register index 0w wdrmode is 0x 3
nvidia@nvidia-desktop:~/nvidia_jetson_veye_bsp/i2c_cmd/bin$ sudo ./veye_mipi_i2c.sh -r -f wdrmode
====I2C write:<0x3b> <0x7> <0xfe>====
Failed to write register index 0r wdrmode is 0x 0 -
@dawnline
你好,这个问题,应该是i2c总线没有指定正确。
你需要结合你的摄像头挂在哪个i2c总线上,用-b参数指定。
sudo ./veye_mipi_i2c.sh -w -f wdrmode -p1 0x03 -b [bus number]
你可以dmesg 看,也可以用下面命令看看,能找到0x3b设备就可以。
i2cdetect -y -r [猜测的总线] -
This post is deleted! -
@veye_xumm 我想问一下修改宽动态需要改哪些参数,除了wdrmode
-
@dawnline 就是这个参数,没有其他的
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login