-
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 can not connected on the Jetson Xaiver #7766
Comments
Hi @FrankCreen The link below has an installation guide that Nano users have had success with, and the guide's author stated that it also worked with their Xavier NX too. Have you tried this guide already, please? |
Thank you! 😀 I get the realsense-viewer work normally by the guide you referenced. I can get the video frame by realsense-viewer and the C++/Python interface. But one bug still exists, I run the same c++ code on the xaiver to capture the video frames (90FPS at a Intel Core i7 5500U CPU with 2.4GHz)as yesterday only got 54FPS today. Whereas I can get a 90FPS video frames in the realsense-viewer with same sensor setting. Why and what I can do? Thanks @MartyG-RealSense |
Great news that you had success with the Viewer @FrankCreen I thought that you had solved the < 90 FPS problem earlier this week. |
I don't know,beacuse I tried the same code below. I witll testing on another xaiver next step,thanks.
|
Okay, please update this case when you have some test results from your Xavier. Good luck! |
Same results——54FPS🤯 And the same code. I don't know what can I do next😫 |
Regarding the Invalid value in rs2_get_option error: are you using a laptop with a built-in RGB webcam, or do you have a non-RealSense USB webcam attached to your computer, please? I ask this because today I was running tests on another case and found that the Invalid value in rs2_get_option pop-up error box could occur if there was a conflict with a non-RealSense RGB webcam detected by the computer. It appeared when launching the Viewer even if there was no D455 plugged in. In my case it was a built-in laptop webcam, and the error no longer appeared once I disabled the webcam in the computer's system settings (I was using Windows). In regard to your FPS problem: could you try reducing the Exposure slider to a minimum of '1' in the Viewer please? This will cause Auto-Exposure to disable, so re-enable Auto-Exposure again and then begin streaming and then see how FPS is affected. I suggest this because manual exposure can drag down FPS speed. The manual exposure values should not be affecting streaming if Auto-Exposure is enabled, but it is worth trying this to see if there is a problem that is causing the manual exposure to interfere. |
Nothing changed... I will test the 3.9 SDK next step and give the result. |
@MartyG-RealSense With tremendous coding test,I got a good result. |
Thnks very much for the report of your success with achieving 90 FPS color. Do you need any further assistance please? Thanks! |
Not yet.This issue can be closed. Thank you! |
You are very welcome. Thanks very much! |
Issue Description
I followed the official document https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_jetson.md
installed SDK on the jetson. And when I repluged D455 to the xaiver open the realsense-viewer,it print error message in the console window and exited.
I use the dmesg command and get these information:
I have read all the issues with the label "Jetson",and found many related methods,but no one tackle my problem. Waiting your help @MartyG-RealSense . Thanks!
The text was updated successfully, but these errors were encountered: