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

RS2_OPTION_AUTO_EXPOSURE_LIMIT operation #10241

Closed
zwjgit opened this issue Feb 16, 2022 · 7 comments
Closed

RS2_OPTION_AUTO_EXPOSURE_LIMIT operation #10241

zwjgit opened this issue Feb 16, 2022 · 7 comments
Labels

Comments

@zwjgit
Copy link

zwjgit commented Feb 16, 2022

  • 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 :)


Required Info
Camera Model { D400 }
Firmware Version (0.5.12.07.150)
Operating System & Version Ubuntu 16
Platform PC
SDK Version 2.5 }
Language C }
Segment {Robot/Smartphone/VR/AR/others }

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

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Feb 16, 2022

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 object doesn't support option #85 error. There is no known solution and so I would recommend to not use this instruction, unfortunately.

@HViktorTsoi
Copy link

HViktorTsoi commented Aug 22, 2022

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

@AndreV84
Copy link

@HViktorTsoi @MartyG-RealSense
folks tried with the latest firmware
Signed_Image_UVC_5_14_0_0.bin but it won't work.
Any ideas?
Thanks

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Jan 24, 2023

@AndreV84 As mentioned above, the RS2_OPTION_AUTO_EXPOSURE_LIMIT has been reported on this support forum in three previous cases to generate a doesn't support option #85 error.

In #10771 a RealSense user had a different kind of problem with RS2_OPTION_AUTO_EXPOSURE_LIMIT

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Jan 24, 2023

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.

@lfescobarc
Copy link

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?

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Feb 18, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants