-
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
RS2_OPTION_AUTO_EXPOSURE_LIMIT operation #10241
Comments
Hi @zwjgit There have only been three previous cases in which the RS2_OPTION_AUTO_EXPOSURE_LIMIT instruction has been used by RealSense users and all three of them experienced the |
You need to update the latest Firmware https://dev.intelrealsense.com/docs/firmware-releases, auto exposure limit is not supported in 0.5.12.07.150 |
@HViktorTsoi @MartyG-RealSense |
I recalled that there were recently problems reported with the related RS2_OPTION_AUTO_EXPOSURE_LIMIT_TOGGLE option at #11230 when using firmware 5.14.0.0. A RealSense team member advised that the option was deprecated in 5.14.0.0 and recommends trying SDK version 2.54.0 when it is available. In the meantime, a RealSense user in another case who had the same problem with RS2_OPTION_AUTO_EXPOSURE_LIMIT_TOGGLE found that downgrading from 5.14.0.0 to 5.13.0.50 resolved the issue in their particular case. |
I am having the same issue, tried to downgrade the firmware, still doesn't work, searched for version 2.54, but it has not been released yet. Any solution? |
Hi @lfescobarc The development source-code branch of librealsense at the link below - which is the next version of the SDK currently in development - becomes the latest 'master' version of the SDK when released, which will likely be numbered 2.54.0. https://github.com/IntelRealSense/librealsense/tree/development |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
when i use “sensor.set_option(RS2_OPTION_AUTO_EXPOSURE_LIMIT,5000);” to set Stereo Module exposure limit, terminate called after throwing an instance of 'rs2::invalid_value_error'
what(): object doesn't support option #85
The text was updated successfully, but these errors were encountered: