-
Notifications
You must be signed in to change notification settings - Fork 12
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
Orbbec Femto-bolt IMU-Camera parameter For Help #50
Comments
Hey, On some devices (at least with Orbbec Femto Mega), you can get imu->depth_camera extrinsics directly from OrbbecSDK (imu->color_camera wasn't directly available when I last checked):
From that you can compute On other devices (Astra 2), we had to do the camera/imu calibration ourselves. You can see what camera parameters our SDK is using, by recording a dataset using the
|
Thanks for you immidiately reply. I have notice the parameter in 'calibration.json', and the "imuToCamera" parameter is calcualte realtime by the approach 'depth->color * imu->depth' as you provide or it was calibrated offline by Kalibr? |
For Orbbec devices, we are using hardcoded imu->camera extrinsics (instead of computing them in real-time). I also now recalled this issue: orbbec/OrbbecSDK#52, so we are still using manually calibrated values also for Femto Mega/Bolt. Some links: |
Thanks for you great work. I want to know whether you sdk provide a interface to obtain IMU-Camera parameters with Orbbec Femto-bolt device?
The text was updated successfully, but these errors were encountered: