Skip to content

Conversation

@mattalvarado
Copy link
Collaborator

  • Update create_depth_image utility to create a depth image in the aux camera frame
  • Add the ability to query the 3D depth for a single aux pixel
  • Generalize the re-projection of disparity to 3D


if (compute_in_aux_frame && !frame.calibration.aux)
{
return std::nullopt;
Copy link
Collaborator

Choose a reason for hiding this comment

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

would it be better to throw here so the user knows what's happening? I'm guessing this would only happen for cameras without an aux imager?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I wen't back and forth. We have a mechanism to say the output is invalid so I used that. I guess I could print a warning to the user

@mattalvarado mattalvarado merged commit bf74e50 into master Dec 2, 2025
7 checks passed
@mattalvarado mattalvarado deleted the malvarado/aux_depth_computation branch December 2, 2025 17:15
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