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

Can the camera Gamma parameter be set? #20

Open
shaun-edwards opened this issue May 26, 2017 · 5 comments
Open

Can the camera Gamma parameter be set? #20

shaun-edwards opened this issue May 26, 2017 · 5 comments

Comments

@shaun-edwards
Copy link
Contributor

I set the camera Gamma using the AVT Viewer application. However, when I connect to the camera via ROS the Gamma appears to be reset. Does the ROS driver "reset" the camera parameters? If so, is there a way to set the Gamma via the driver/launch file?

@miquelmassot
Copy link
Contributor

It is not implemented, but it should be easy to do. Just take a look at how the gain is set here and do the same with your gamma. Uncomment this line to see all your camera parameters, names and limits.

@shaun-edwards
Copy link
Contributor Author

@miquelmassot, thanks for the info. Would you be interested in a PR that implements this?

@miquelmassot
Copy link
Contributor

Sure, why not? Please let me know.

@shaun-edwards
Copy link
Contributor Author

The gain example is contained within void AvtVimbaCamera::updateGainConfig(Config& config). Do you suggest I include the Gamma in that method or another one?

Also, can you answer my question about whether the driver resets parameters? I expected the Gamma to stay set, but that doesn't seem to be the case.

@JWhitleyWork
Copy link

This fork is no longer actively maintained. Please see our new fork at https://github.com/astuff/avt_vimba_camera, which has been updated and recently released.

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

3 participants