您好,
我有个程序要实时修改IMA390驱动中的AE,最终写入到寄存器中,请问我应该调用那个函数,可以达到实时修改AE的效果,谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
是的,可以通过v4l2 ctl命令设置曝光。第一个命令是查看曝光参数,第二个命令是设置曝光值。
v4l2-ctl -d /dev/v4l2-ox03c10-subdev0 --list-ctrls
v4l2-ctl -d /dev/v4l2-ox03c10-subdev0 --set-ctrl exposure=<value>
第二个问题为什么又是 ox03c10,您使用的是imx390还是ox03c10传感器?