We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera autofocus isn't reliable, it consistently blurs the entire image. While this is mostly okay, it harms performance when the puck is in motion.
The table is far away enough that we can set it to the infinite focus setting (0) as seen here: https://stackoverflow.com/questions/16319759/disable-webcams-autofocus-in-linux
The text was updated successfully, but these errors were encountered:
Setting it using v4l2-ctl works, though we should use the cv2.CAP_PROP settings
v4l2-ctl
cv2.CAP_PROP
Sorry, something went wrong.
v4l2-ctl --set-ctrl=focus_auto=0 v4l2-ctl --set-ctrl=focus_absolute=0
wsh32
No branches or pull requests
Camera autofocus isn't reliable, it consistently blurs the entire image. While this is mostly okay, it harms performance when the puck is in motion.
The table is far away enough that we can set it to the infinite focus setting (0) as seen here: https://stackoverflow.com/questions/16319759/disable-webcams-autofocus-in-linux
The text was updated successfully, but these errors were encountered: