- There are two values we need to change to get the best performance from our webcam.
Depends on the driver and/or video backend used by cv::VideoCapture.You can try setting the focus directly with v4l2-ctl: https://www.christitus.com/logitech-c920-linux-driver/
There are two values we need to change to get the best performance from our webcam.
Here is the command syntax:
v4l2-ctl -d /dev/video6 --set-ctrl=exposure_auto=1v4l2-ctl -d /dev/video6 --set-ctrl=focus_auto=0
refhttps://stackoverflow.com/questions/58207901/set-webcamera-focus-with-opencv-in-raspberry-pi
https://christitus.com/logitech-c920-linux-driver/
版权声明
本站仅做备份收录,仅供研究与教学参考之用。
读者将信息用于其他用途的,全部法律及连带责任由读者自行承担,本站不承担任何责任。









评论