-
Notifications
You must be signed in to change notification settings - Fork 4.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
Disable Auto Exposure Priority in code #5290
Comments
Hi @FangjinhuaWang |
thanks for your quick reply. I will have a try soon |
This was referenced May 1, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. I am working on D435i to synchronize Depth camera and RGB. I know that I should disable Auto Exposure Priority control under RGB Camera. But I do not know how to implement this in code and I do not find any example in the library. Does this look like the following codes:
auto sensor = pipe_profile.get_device().firstrs2::depth_sensor();
sensor.set_option(RS2_OPTION_AUTO_EXPOSURE_PRIORITY, 0);
Thanks a lot!
The text was updated successfully, but these errors were encountered: