Samples: Visualize transform frames and link samples to tutorials#228
Merged
Conversation
e16858f to
35f914b
Compare
35f914b to
7fd8489
Compare
blauer4
previously approved these changes
Jun 29, 2026
Transform samples: - transform_point_cloud_via_aruco_marker now draws the ArUco marker coordinate system (X, Y, Z axes) on the 2D color image and displays it, matching the checkerboard sample. Transform variables were renamed for clarity. - transform_point_cloud_via_checkerboard now also saves the coordinate-system image to CheckerboardCoordinateSystem.png. Tutorials and READMEs: - The long hand_eye_calibration README is replaced by a link to the Hand-Eye Calibration tutorial. - Short README files are added to the application and camera folders, each linking to the relevant tutorial. - Many samples now link to their tutorial or article in the file header. Fixes and docs: - Saved color images now use the sRGB color space in the ArUco transform and projector marker samples. - The top README clarifies that the multi-camera samples use multiple cameras.
7fd8489 to
d0abd0f
Compare
blauer4
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Transform samples
transform_point_cloud_via_aruco_markernow draws the ArUco markercoordinate system (X, Y, Z axes) on the 2D color image and displays
it, matching the checkerboard sample. Transform variables were
renamed for clarity.
transform_point_cloud_via_checkerboardnow also saves thecoordinate-system image to
CheckerboardCoordinateSystem.png.Tutorials and READMEs
hand_eye_calibrationREADME is replaced by a link to theHand-Eye Calibration tutorial.
each linking to the relevant tutorial.
header.
Fixes and docs
transform and projector marker samples.
cameras.