Skip to content

Verify support for options before setting them - #11711

Merged
Nir-Az merged 1 commit into
realsenseai:developmentfrom
OhadMeir:development
Apr 20, 2023
Merged

Verify support for options before setting them#11711
Nir-Az merged 1 commit into
realsenseai:developmentfrom
OhadMeir:development

Conversation

@OhadMeir

Copy link
Copy Markdown
Contributor

Fix LibCI fail, D457 not supporting Auto Exposure Priority option

Comment thread unit-tests/live/frames/test-fps.py
Comment thread unit-tests/live/frames/test-fps.py
Comment thread unit-tests/live/frames/test-fps.py Outdated
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
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

same

Copy link
Copy Markdown
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 realsenseai:development Apr 20, 2023
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.

2 participants