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

Gemini336L registered depth and rgb optics difference doubt #63

Open
bmegli opened this issue Nov 21, 2024 · 0 comments
Open

Gemini336L registered depth and rgb optics difference doubt #63

bmegli opened this issue Nov 21, 2024 · 0 comments

Comments

@bmegli
Copy link

bmegli commented Nov 21, 2024

General

With latest master b49127f and Gemini336L

Using default 330 launchfile

The depth and rgb streams have same optics and frame id apart from depth not having distortion model filled

Is this expected?
Is it expected to be registered pixel depth/rgb pixel matching? Then probably distortion model should be same?

Details

Color

rostopic echo /camera/color/camera_info

Note the non zero D vector

---
header: 
  seq: 2829
  stamp: 
    secs: 1732191417
    nsecs: 361662976
  frame_id: "camera_color_optical_frame"
height: 720
width: 1280
distortion_model: "rational_polynomial"
D: [-0.028814153745770454, 0.03532102331519127, -1.001535292743938e-05, 0.00015095286653377116, -0.012671997770667076, 0.0, 0.0, 0.0]
K: [609.2261962890625, 0.0, 639.4421997070312, 0.0, 609.4541015625, 356.2088928222656, 0.0, 0.0, 1.0]
R: [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]
P: [609.2261962890625, 0.0, 639.4421997070312, 0.0, 0.0, 609.4541015625, 356.2088928222656, 0.0, 0.0, 0.0, 1.0, 0.0]
binning_x: 0
binning_y: 0
roi: 
  x_offset: 0
  y_offset: 0
  height: 0
  width: 0
  do_rectify: False
---

Depth

rostopic echo /camera/depth/camera_info

Note the 0 D vector

header: 
  seq: 2091
  stamp: 
    secs: 1732191538
    nsecs: 309224960
  frame_id: "camera_color_optical_frame"
height: 720
width: 1280
distortion_model: "rational_polynomial"
D: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
K: [609.2261962890625, 0.0, 639.4421997070312, 0.0, 609.4541015625, 356.2088928222656, 0.0, 0.0, 1.0]
R: [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]
P: [609.2261962890625, 0.0, 639.4421997070312, 0.0, 0.0, 609.4541015625, 356.2088928222656, 0.0, 0.0, 0.0, 1.0, 0.0]
binning_x: 0
binning_y: 0
roi: 
  x_offset: 0
  y_offset: 0
  height: 0
  width: 0
  do_rectify: False
---
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