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

Add live fps test #10591

Merged
merged 6 commits into from
Jun 19, 2022
Merged

Add live fps test #10591

merged 6 commits into from
Jun 19, 2022

Conversation

OhadMeir
Copy link
Contributor

Added a unit test under live/frames to test fps.

Only nightly because run time ~200 seconds for D400 and ~110 seconds for L515

@OhadMeir OhadMeir requested a review from maloel June 15, 2022 10:48
test.start("Testing color fps " + product_line + " device - "+ platform.system() + " OS")

for requested_fps in tested_fps:
dev = test.find_first_device_or_exit()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove

dev = test.find_first_device_or_exit()
cs = dev.first_color_sensor()
if product_line == "D400":
ds.set_option(rs.option.enable_auto_exposure, 1)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please explain

@OhadMeir
Copy link
Contributor Author

OhadMeir commented Jun 19, 2022 via email

@maloel maloel merged commit d3271de into IntelRealSense:development Jun 19, 2022
@OhadMeir OhadMeir deleted the testing branch January 13, 2025 08:12
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