Skip to content

Y16 calibration format test - #12234

Merged
Nir-Az merged 1 commit into
realsenseai:developmentfrom
Tamir91:Y16-calibration-format-test
Oct 2, 2023
Merged

Y16 calibration format test#12234
Nir-Az merged 1 commit into
realsenseai:developmentfrom
Tamir91:Y16-calibration-format-test

Conversation

@Tamir91

@Tamir91 Tamir91 commented Sep 28, 2023

Copy link
Copy Markdown
Contributor

Tracked on [RSDEV-724]

Porting an existing D400 test from Cpp to Python.

@Tamir91
Tamir91 requested a review from remibettan September 28, 2023 12:06
Comment thread unit-tests/live/streaming/test-y16-calibration-format.py Outdated

@remibettan remibettan 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.

few comments


profile_y16 = next(p for p in depth_sensor.profiles if p.format() == rs.format.y16)
test.check(profile_y16)
log.d(str(profile_y16))

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.

Removed

@remibettan
remibettan self-requested a review September 28, 2023 12:43

@remibettan remibettan 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.

LGTM

y16_streamed = True


timer = Timer(30)

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.

Please reduce to 5.
If we don't get a frame in 5 seconds, we have another problem :)
No need to stall the LibCI on that case

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.

You right, we confused with this value too.

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.

Done, a value is 5 now.

@Nir-Az

Nir-Az commented Oct 1, 2023

Copy link
Copy Markdown
Collaborator

Let's also delete the old cpp test file, no need anymore right?

@Nir-Az

Nir-Az commented Oct 2, 2023

Copy link
Copy Markdown
Collaborator

image

Please remove

@Tamir91
Tamir91 force-pushed the Y16-calibration-format-test branch from 0aa3d80 to 6a90b19 Compare October 2, 2023 08:59

@Nir-Az Nir-Az left a comment

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.

LGTM

@Nir-Az
Nir-Az merged commit 8809af3 into realsenseai:development Oct 2, 2023
@Tamir91
Tamir91 deleted the Y16-calibration-format-test branch October 12, 2023 13:13
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