Skip to content

Handle D400 calibrations that need advanced mode - #14059

Merged
Nir-Az merged 1 commit into
realsenseai:developmentfrom
OhadMeir:calib
Jun 11, 2025
Merged

Handle D400 calibrations that need advanced mode#14059
Nir-Az merged 1 commit into
realsenseai:developmentfrom
OhadMeir:calib

Conversation

@OhadMeir

Copy link
Copy Markdown
Contributor

Tracked on [RSDSO-20283]

@OhadMeir
OhadMeir requested a review from Nir-Az June 10, 2025 13:38
# Some calibrations require changing of advanced mode presets (depends on calibration parameters/type)
am_device = rs.rs400_advanced_mode(device)
if not am_device or not am_device.is_enabled():
print('Camera "Advanced Mode" must be enabled before calibrating.')

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.

Since this is an automatic test, can you add the missing command to enter advanced mode to the print?

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.

Added as comment.

@Nir-Az
Nir-Az merged commit 8e1d607 into realsenseai:development Jun 11, 2025
Nir-Az added a commit to Nir-Az/librealsense that referenced this pull request Jun 11, 2025
OhadMeir added a commit that referenced this pull request Jun 11, 2025
…0 calibrations that need advanced mode
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