-
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
Nothing is streaming as enable "Motion Module" on Jetson Xavier NX with D435i #10658
Comments
Hi @HEIDIES It is a known issue for some RealSense users that when Depth, RGB and the IMU (Motion Module) are enabled simultaneously then one of the streams (usually RGB) can disappear and be replaced with a No Frames Received message. It does not make a difference which order the three stream types are enabled in, as the enabling of the Motion Module is always the trigger for the issue. In the RealSense Viewer tool there is no fix other than to use only two streams (IMU and depth, or IMU and RGB) if you require IMU data. The RealSense SDK C++ example program rs-capture is not affected and can display the depth, RGB and IMU streams simultaneously, though the data is not interactive in that program. When creating your own script, a workaround fix on Python is to define two separate pipelines and put the IMU on one pipeline on its own and depth + RGB on the other pipeline. The best available example of this method is at #5628 (comment) For C++, callbacks can be used to address the problem. |
Hi @MartyG-RealSense , thanks for your advice. |
It occurs on x86 / x64 systems too but is not experienced by all RealSense users, suggesting that it may depend upon the particular computer being used. There is not a known reason for the issue at this time. |
Hi @MartyG-RealSense , I have tested again following your advice. This time, I only enable the "Motion module" on the realsense-viewer, but it still shows "Nothing in streaming". |
Usually if a Motion Module Failure pop-up message occurs in the Viewer then the IMU streams work normally if you then disable and re-enable the Motion Module again after the pop-up has been closed. Does disabling and re-enabling the Motion Module after the error has occurred make the IMU streams work, please? |
Actually, I have tried many combinations and had the results as follows: |
A couple of Xavier NX users with the Motion Module Failure error have reported that updating their JetPack version resolved the problem. https://support.intelrealsense.com/hc/en-us/community/posts/4744980703379/comments/4775644497427 |
Thank you, @MartyG-RealSense , I already had L4T 32.6.1 and JetPack 4.6 installed on my Xavier NX, but I noticed that I haven't run ./script/patch-realsense-ubuntu-L4T.sh. I will try to run this script and give you the feedback later. |
Hi @MartyG-RealSense , I have re-installed the whole library following the instruction, and every works well now. |
That's great news, @HEIDIES - thanks very much for the update :) |
Hi Heidies, I got stuck with the same problem with 2.50, could you write whole instraction here. I repeated again again and again. I am in the point that I will give up. I cannot take IMU and Gyro and also cannot calibrate with python script. |
Hi @tugbakara Could you create a new case please by visiting the front page of this support forum at the link below and clicking the green New Issue button and I will be pleased to help you. Thanks! https://github.com/IntelRealSense/librealsense/issues/ |
Issue Description
I'm testing D435i camera on Jetson Xavier NX using Realsense Viewer. It works property when just enable "Stereo Module" and "RGB Camera". But nothing is streaming after enabling "Motion Module".
The text was updated successfully, but these errors were encountered: