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

How to get tracking data with D455? #9187

Closed
Noctstar opened this issue Jun 9, 2021 · 4 comments
Closed

How to get tracking data with D455? #9187

Noctstar opened this issue Jun 9, 2021 · 4 comments

Comments

@Noctstar
Copy link

Noctstar commented Jun 9, 2021

| Camera | D455 |
| OS | Win 10 |

Hi,

I want traking data like T265 with RealSenseD455.
Is it possible? Also how can I get them in python code?

If I can't get the tracking data, can I derive them from IMU data?
Thank you.

@MartyG-RealSense
Copy link
Collaborator

Hi @Noctstar The 400 Series depth camera models that have an IMU do not have built-in support for 6DOF pose data but there are ways that pose of the camera or observed objects can be obtained.

The discussion in the link below provides information resources for obtaining the pose of objects.

https://support.intelrealsense.com/hc/en-us/community/posts/1500001220042-D415-Projection-Matrix

Alternatively, objects can be tracked by applying ArUco image tags to them.

#8961

In regard to obtaining the current angle of the camera itself instead of an observed object, the Python discussion in the link below looks at obtaining yaw, pitch and roll from the IMU.

#4391

Angle can also be obtained without the IMU by using a plane-fit algorithm.

https://support.intelrealsense.com/hc/en-us/community/posts/360050894154/comments/360013322694

@MartyG-RealSense
Copy link
Collaborator

Hi @Noctstar Do you require further assistance with this case, please? Thanks!

@Noctstar
Copy link
Author

Noctstar commented Jun 14, 2021

Thank you! solved!

@MartyG-RealSense
Copy link
Collaborator

Excellent news that you obtained a solution @Noctstar - thanks very much for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants