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

Verify support for options before setting them #11711

Merged
merged 1 commit into from Apr 20, 2023

Conversation

OhadMeir
Copy link
Contributor

Fix LibCI fail, D457 not supporting Auto Exposure Priority option

elif product_line == "L500":
cs.set_option(rs.option.enable_auto_exposure, 0)
if cs.supports(rs.option.auto_exposure_priority):
cs.set_option(rs.option.enable_auto_exposure, 0)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted the change to avoid conflicts with other L500 code changes in the repo

@OhadMeir OhadMeir requested a review from Nir-Az April 20, 2023 10:24
@Nir-Az Nir-Az merged commit 27eb5d7 into IntelRealSense:development Apr 20, 2023
16 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants