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

IMU camera extrinsic is there? #151

Open
hplegend opened this issue Nov 1, 2024 · 2 comments
Open

IMU camera extrinsic is there? #151

hplegend opened this issue Nov 1, 2024 · 2 comments

Comments

@hplegend
Copy link

hplegend commented Nov 1, 2024

"
device = device_list.get_device_by_index(i)
pipeline = Pipeline(device)

    ret : CameraParamList = device.get_calibration_camera_param_list()
    print(ret.get_camera_param(0))

"
I use above code print calibration camera, and the result as following:
<OBCameraParam depth_intrinsic < fx=504.507fy = 504.528 cx =326.349 cy=343.595 width=640 height=576 >
depth_distortion < k1=16.1704 k2=8.44953 k3=0.324469 k4=16.4805 k5=13.9441 k6=1.99604 p1=5.92792e-05 p2=-1.46558e-05 >
rgb_intrinsic < fx=498.295fy = 497.981 cx =315.49 cy=248.908 width=640 height=480 >
rgb_distortion < k1=0.076085 k2=-0.107371 k3=0.0443615 k4=0 k5=0 k6=0 p1=-0.000475228 p2=0.000330378 >
transform < rot=[0.993813, 0.000713588, -0.00148801, -0.00054392, 0.993814, 0.111057, 0.00155805, -0.111056, 0.993813]
transform=[-32.5317, -1.03079, 1.90774]

Is "transform" represent IMU depth extrinsic?

@zhonghong322
Copy link
Contributor

Which device are you using?

@hplegend
Copy link
Author

hplegend commented Nov 6, 2024

Which device are you using?

Femto Bolt.
Futhermore, When I set S2W align, pipeline.get_camera_param() return params show transform matrix is a identity matrix, is reasonable?

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

2 participants