Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform point from C1 to C2 failure #55

Open
chaiban opened this issue Jan 30, 2020 · 0 comments
Open

Transform point from C1 to C2 failure #55

chaiban opened this issue Jan 30, 2020 · 0 comments

Comments

@chaiban
Copy link

chaiban commented Jan 30, 2020

Hi,

I used two Intel realsense D435 cameras to calibrate. Although Vicalib did not work directly with cameras, it worked by passing left and right camera images.

I got the T_wc transformation matrix. Now my aim is to transform Point in camera 1 to camera2.

coding Process:

  1. I selected a pixel in camera 1 image with mouse.
  2. Converted that pixel to 3D using aligned depth information from realsense
  3. Applied transformation on the point (T_wc * Point)
  4. Finally used camera 2 intrinsics to project it to 2D

But the values are completely wrong. What am I doing wrong ?

Thank you for your suggestions.

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

No branches or pull requests

1 participant