-
Notifications
You must be signed in to change notification settings - Fork 43
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
Adjusting the white balance #116
Comments
Are you using ROS1 or ROS2? If you are using ROS1, someone will need to implement the ROS parameter and open a PR. |
We need to be using ROS1. |
Actually, it does not seem like setting even one value in the launch file works. For reference, we are using a 1800-U-052C USB camera and running on Ubuntu 18.0, branch melodic |
What launch file are you using and with what args/parameters? |
We used the melodic branch. We have not used the nodelet as we had some issues with that. We will try ros1_master tomorrow :). |
We tried the
|
Ok, I've never used the USB alvium cameras, but my best guess is that maybe the feature/parameter names are slightly different for this camera. Check this topic where is was discovered that there are differences in the feature names based on the model of camera: When you first start the node do you see any of these prints? https://github.com/astuff/avt_vimba_camera/blob/ros1_master/src/avt_vimba_camera.cpp#L575 Something like "Tried to set x but ...", or maybe "Could not get feature x, your camera probably doesn't support it." |
For the features supported by the Alvium 1800-U-052C, you'll want to review the feature reference document for Alvium: The feature reference document will tell you all the features and their exact names that are supported by alvium series cameras. Another option is using the ROS2 driver along with the ros1_bridge, since the ROS2 driver ensures all supported features are exposed as ROS2 params automatically. |
Thanks for pointing us in the right direction! We got it working with this repository: https://github.com/Mkarasneh/avt_vimba_camera Another question is how to achieve 12 bit output, but I can open another issue for that. |
Would it be possible to adjust the
balance_ratio
for both Red and Blue?Currently only one at a time is supported, but the calibration we get from Vimba Viewer has values for both.
The text was updated successfully, but these errors were encountered: