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

Setting params of gamma and hue using launch #89

Open
gustavojoseleite opened this issue Mar 17, 2022 · 2 comments
Open

Setting params of gamma and hue using launch #89

gustavojoseleite opened this issue Mar 17, 2022 · 2 comments

Comments

@gustavojoseleite
Copy link

Hi,
I need to set the params of gamma and hue for my camera. I could change them using the VimbaViewer but i have acess to the camera just using ssh to the computer connected to her. It is possible to change them using roslaunch? Or using command line?

Thanks.

@icolwell-as
Copy link
Member

Hi @gustavojoseleite, I assume you are using the ROS1 driver, is that true?
The ROS1 driver only exposes camera features listed in the cfg file here:
https://github.com/astuff/avt_vimba_camera/blob/ros1_master/cfg/AvtVimbaCamera.cfg

The ROS2 driver is different in that it queries the camera and generates ROS parameters for every single camera feature available (everything you see in VimbaViewer).

If you want to add hue and gamma parameters to the ROS1 driver, feel free to open a PR and I can review.

@icolwell-as
Copy link
Member

Gamma is being added by PR #101

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

2 participants