Skip to content
New issue

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 parameters in 4_arms_teleop.launch #13

Open
DuaneNielsen opened this issue Sep 4, 2023 · 0 comments
Open

Camera autofocus parameters in 4_arms_teleop.launch #13

DuaneNielsen opened this issue Sep 4, 2023 · 0 comments

Comments

@DuaneNielsen
Copy link

DuaneNielsen commented Sep 4, 2023

My system was auto_focusing, leading to some blurry images in certain cases.

Currently I'm resolving this by running the below commands....

v4l2-ctl -d /dev/CAM_RIGHT_WRIST  -c focus_automatic_continuous=0
v4l2-ctl -d /dev/CAM_RIGHT_WRIST  -c focus_absolute=40
v4l2-ctl -d /dev/CAM_LEFT_WRIST  -c focus_automatic_continuous=0
v4l2-ctl -d /dev/CAM_LEFT_WRIST  -c focus_absolute=40
v4l2-ctl -d /dev/CAM_HIGH -c focus_automatic_continuous=0
v4l2-ctl -d /dev/CAM_HIGH -c focus_absolute=5
v4l2-ctl -d /dev/CAM_LOW  -c focus_automatic_continuous=0
v4l2-ctl -d /dev/CAM_LOW -c focus_absolute=35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant