-
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
Compilation Error: "No rule to make target" during Librealsense 2.56.3 Installation on AGX Orin with Ubuntu 22.04 #13802
Comments
Hi @happydrones Another RealSense user recently experienced this issue with 2.56.3 and libcurl at #13767 and I suggested trying using the CMake build flag |
Oh really, I am truly grateful for your response, as I have been troubled by this issue for a whole day. I really appreciate it. |
By the way, if I want to achieve my objective, is it correct to first install the librealsense2 SDK and then install pyrealsense2? Looking forward to your reply. |
If you are including the Python flags |
Thank you so much, I really appreciate it! |
I am attempting to install Librealsense version 2.56.3 on my NVIDIA AGX Orin device running Ubuntu 22.04 Jammy Jellyfish. The system specifications are as follows:
Operating System: Ubuntu 22.04 Jammy Jellyfish
Kernel Version: 5.15.148-tegra
Python Version: 3.10.12
CUDA Version: 12.6.68
Jetpack Version: 6.2 [L4T 36.4.3]
The objective is to utilize Python to read video streams from a D435 camera.
Installation Steps:
Clone the Librealsense repository:
git clone https://github.com/IntelRealSense/librealsense.git
Navigate to the cloned directory and create a build directory:
Run CMake with the specified options:
cmake .. -DBUILD_EXAMPLES=true -DBUILD_PYTHON_BINDINGS=bool:true -DPYTHON_EXECUTABLE=/usr/bin/python3.10 -DBUILD_DOCUMENTATION=false
Compile the project using make:
Error Encountered:
During the make process, the following error occurs:
Additional Information:
Request for Assistance:
I seek guidance on resolving this compilation error to successfully install Librealsense 2.56.3 and utilize Python for accessing the D435 camera's video stream.
The text was updated successfully, but these errors were encountered: