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

Hi Team I am facing another issue whenever I an running rs-measure.cpp it is showing the message like: please check your graphic drivers or use the textual sdk tools #11628

Closed
drakshayanidesai opened this issue Mar 28, 2023 · 12 comments
Labels

Comments

@drakshayanidesai
Copy link

  • Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):

  • All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)


Required Info
Camera Model { R200 / F200 / SR300 / ZR300 / D400 }
Firmware Version (Open RealSense Viewer --> Click info)
Operating System & Version {Win (8.1/10) / Linux (Ubuntu 14/16/17) / MacOS
Kernel Version (Linux Only) (e.g. 4.14.13)
Platform PC/Raspberry Pi/ NVIDIA Jetson / etc..
SDK Version { legacy / 2.. }
Language {C/C#/labview/nodejs/opencv/pcl/python/unity }
Segment {Robot/Smartphone/VR/AR/others }

Issue Description

<Describe your issue / question / feature request / etc..>

@MartyG-RealSense
Copy link
Collaborator

Hi @drakshayanidesai Whilst some RealSense SDK example programs such as rs-hello-realsense output plain text, other examples require graphics support. This support may be absent in 'headless' computer systems that are configured to be used without a display and cannot run programs that require graphics instead of plain text.

@drakshayanidesai
Copy link
Author

drakshayanidesai commented Mar 28, 2023 via email

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Mar 28, 2023

What method did you use to install the librealsense SDK on the virtual machine, please? Did you build it from source code with CMake or install it from packages?

@drakshayanidesai
Copy link
Author

drakshayanidesai commented Mar 28, 2023 via email

@drakshayanidesai
Copy link
Author

drakshayanidesai commented Mar 28, 2023 via email

@MartyG-RealSense
Copy link
Collaborator

If an image was attached to the above comment, images sent by email do not appear on the discussion. They have to be inserted into the comment writing box on the discussion web-page.

@drakshayanidesai
Copy link
Author

Document14.docx

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Mar 29, 2023

Thank you very much for the image.

image

The most important message in the log is likely to be E: Unable to locate package librealsense2-dkms. This package is the main package of the librealsense SDK and therefore the most important.

Are you using a virtual machine that has emulation of the USB controller, such as the VMWare Workstation Player tool recommended by Intel at the link below?

https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md#linux-ubuntu-installation

If you are able to succesfully run text-only example programs such as rs-hello-realsense then that would mean that your virtual machine has USB support, otherwise the text-only programs would not work.

@drakshayanidesai
Copy link
Author

drakshayanidesai commented Mar 30, 2023 via email

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Mar 30, 2023

RealSense users have been able to successfully install librealsense on Jetson Orin, as described at #10722 (comment)

Successful installations from source code were made either by not patching the kernel, or by building the SDK in RSUSB backend = true mode so that the SDK is not dependent on kernel versions or Linux versions and does not require kernel patching.

The reason for not patching the kernel when not building from source in RSUSB = true mode (in order to bypass the kernel) is that the SDK will not officially support JetPack 5 until the next SDK version (likely numbered 2.54.0).

As you are installing from packages though with the distribution_linx.md instructions, the patch that is bundled inside those packages will not be Jetson-compatible. Jetson has its own dedicated L4T patch and Jetson-specific installation instructions.

https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_jetson.md

@MartyG-RealSense
Copy link
Collaborator

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

@MartyG-RealSense
Copy link
Collaborator

Case closed due to no further comments received.

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

No branches or pull requests

2 participants