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

Default brightness setting makes image very dark for my integrated camera #66

Open
JStech opened this issue Jun 15, 2020 · 1 comment
Open

Comments

@JStech
Copy link

JStech commented Jun 15, 2020

The default brightness setting of 0 (defined here) makes the image from my integrated camera very dark. I have a Lenovo ThinkPad T490 with an Acer integrated camera (5986:2113), and v4l2-ctl -l reports the brightness range is [0, 255] with a default value of 128.

I'm able to work around this by just setting the brightness when I launch a libuvc_camera node, but I'm posting this in case anyone else runs into it, and on the off-chance that it'd be feasible to use the system defaults instead of hard-coded defaults that might not be appropriate for all systems.

@liangyuwei
Copy link

More concretely, add the following line in the node of libuvc_cam in the launch file:

<param name="brightness" value="128" /> <!-- range is 0-255 -->

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