-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
D455 motion Module not streaming realsense viewer #7742
Comments
Hi @noblegasses You should switch the RealSense Viewer into 2D mode with the 2D option in the top corner of the Viewer to view the gyro and accel data of the Motion Module. Are you able to view the Motion Module data successfully if you switch the Viewer to 2D mode please? If you believe that you are getting incorrect values for roll, pitch and yaw from the IMU, you may find the discussion in the link below useful. |
Hi @FrankCreen Please post your question as a new issue using the New Issue button at the link below and do not post it on multiple D455 cases if the question is unrelated to that case. Thank you. https://github.com/IntelRealSense/librealsense/issues/ |
Hi, |
Hi @noblegasses You could take a look at the SDK's rs-motion C++ example program. https://github.com/IntelRealSense/librealsense/tree/master/examples/motion If you plan to stream depth, color and IMU simultaneously then putting IMU on one pipeline and depth and color on a second pipeline can improve performance. The link below leads to a Python example script for this: |
Hi @noblegasses Do you require further assistance with this case, please? Thanks! |
my apologies, I don't require any further help at this time. I simply forgot to close the issue. Thanks! |
No apologies needed - thanks very much for the update! |
Issue Description
I've been trying to get the motion data from the d455, and struggling. I tried using Realsense Viewer to see if I can use that for motion data, however, turning on the motion stream doesn't seem to change the Pitch, roll and yaw of the camera regardless of rotation. Furthermore, as well as some calibration errors. How do I resolve this?
![motion module](https://user-images.githubusercontent.com/32260871/98466071-22bcbb00-21c5-11eb-87cc-398a4a2c9385.png)
The text was updated successfully, but these errors were encountered: