Skip to content

IQ basic depth test - #14097

Merged
Nir-Az merged 4 commits into
realsenseai:developmentfrom
Noy-Zini:Basic-depth-image-quality-test
Aug 13, 2025
Merged

IQ basic depth test#14097
Nir-Az merged 4 commits into
realsenseai:developmentfrom
Noy-Zini:Basic-depth-image-quality-test

Conversation

@Noy-Zini

Copy link
Copy Markdown
Contributor

tracked on: [LRS-1288]

@Noy-Zini
Noy-Zini requested a review from Nir-Az June 24, 2025 07:42
@Nir-Az
Nir-Az requested review from alexkunin-gh and Copilot June 24, 2025 11:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces a new unit test for verifying the basic depth accuracy using Intel RealSense hardware.

  • Introduces a new test script to validate depth values against known expected measurements
  • Implements logging of frame-level mismatches and uses a pass-rate threshold for validation

Comment on lines +63 to +65
test.finish()
pipeline.stop()

Copilot AI Jun 24, 2025

Copy link

Choose a reason for hiding this comment

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

Consider moving pipeline.stop() into a finally block to ensure resources are properly released even if an exception occurs. This guarantees that the pipeline is stopped regardless of test outcomes.

Suggested change
test.finish()
pipeline.stop()
finally:
if 'pipeline' in locals():
pipeline.stop()
test.finish()

Copilot uses AI. Check for mistakes.
@Nir-Az

Nir-Az commented Jul 15, 2025

Copy link
Copy Markdown
Collaborator

Please add a "donotrun" label so we can merge it

@Noy-Zini
Noy-Zini force-pushed the Basic-depth-image-quality-test branch from 679983c to aa7a308 Compare August 13, 2025 11:10
@Nir-Az
Nir-Az merged commit 0c90521 into realsenseai:development Aug 13, 2025
25 of 26 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.

3 participants