-
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
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
Comments
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. |
Hi
I am actually accessing Realsense remotely from virtual machine. I order to run this rs-measure, what I
need to do?
Regards
Drakshayani
On Tue, 28 Mar 2023 19:54:08 +0530 MartyG-RealSense wrote
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.
—
…Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID:
|
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? |
I followed these steps
https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md
On Tue, 28 Mar 2023 20:03:33 +0530 MartyG-RealSense wrote
What metjod 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?
—
…Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID:
|
Hi
While installing Intel Realsense SDK2.0 got the error as shown in the attachment. Camera not opened
after running realsense-viewer.
Regards
Drakshayani
On Tue, 28 Mar 2023 20:03:33 +0530 MartyG-RealSense wrote
What metjod 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?
—
…Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID:
|
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. |
Thank you very much for the 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? 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. |
Hi
We are using virtual machine with Realsense that has NVIDIA Jetson Orin kit(I am not sure it is
recommended by Intel). Some of the examples giving message that: Could not open OpenGL window, please
check your graphic drivers or use the textual SDK tools.
Any solution?
Regards
Drakshayani
On Wed, 29 Mar 2023 18:08:41 +0530 MartyG-RealSense wrote
Thank you very much for the 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
—
…Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID:
|
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 |
Hi @drakshayanidesai Do you require further assistance with this case, please? Thanks! |
Case closed due to no further comments received. |
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 :)
Issue Description
<Describe your issue / question / feature request / etc..>
The text was updated successfully, but these errors were encountered: