-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
D405 how to turn auto exposure on while using ros2 launch realsense2_camera rs_launch.py #2598
Comments
Hi @EkamBehl Auto-exposure should be enabled by default in both the realsense-viewer tool and the ROS wrapper. |
Hi @MartyG-RealSense , |
Please try enabling the auto-exposure after launch during runtime with the ROS2 command below.
|
@MartyG-RealSense thanks it worked!! |
That's excellent to hear, @EkamBehl - thanks very much for the update! |
Case closed due to solution achieved and no further comments received. |
How is this a sufficient solution? |
@Adum888 I will re-open the issue and keep it open so that other RealSense ROS users who may be experiencing a similar problem can add comments about it to this case. |
Thank you |
See my comments in #2507 for more information. |
Hi @EkamBehl and @Adum888 Do you require further assistance after the fix implemented by @SamerKhshiboun at |
Case closed due to no further comments received. |
According to my attempts, commenting out the following can achieve automatic exposure |
HI,
I've got a d405 camera .I subscribed to /camera/color/image_rect_raw and couldn't do detection(was trying to detect chessboard corners .I opened the image feed on realsense-viewer and it is all white due to lighting condition..The code works on the screenshot of the image after i turn auto exposure on in realsense-viewer.
Is the auto exposure on while running the launch file.If not,how do i turn it on?
i am running ros2 humble .
Thanks for any help
The text was updated successfully, but these errors were encountered: