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

Jetson Orin Nano and Realsense Camera D455 #13767

Open
snehabanda30 opened this issue Feb 16, 2025 · 1 comment
Open

Jetson Orin Nano and Realsense Camera D455 #13767

snehabanda30 opened this issue Feb 16, 2025 · 1 comment

Comments

@snehabanda30
Copy link

Jetson Orin Nano

Realsense Depth Camera D457

We implemented the RSUSB installation method. We downloaded the intel realsense SDK version 2.56.3. Afterwards, we ran the cmake ../ -Dforce_RSUSB_BACKEND=ON -DBUILD_PYTHON_BINDINGS:bool=true -DPYTHON_EXECUTABLE=/usr/bin/python, and it worked successfully. However, we ran into issues when we tried running the make command, which caused issues with libcurl. We tried using sed, but there was no files found. How do we resolve this issue?

Linking C static library libcurl-d.a [100%] Built target libcurl_static make[5]: *** No rule to make target '/home/c9-jetson1/Downloads/librealsense-2.56.md/build/libcurl/src/libcurl-build/docs/libcurl/libcurl-symbols.md', needed by 'docs/libcurl/curl_easy_cleanup.3'. Stop. make[4]: *** [CMakeFiles/Makefile2:231: docs/libcurl/CMakeFiles/curl-man.dir/all] Error 2 make[3]: *** [Makefile:136: all] Error 2 make[2]: *** [CMakeFiles/libcurl.dir/build.make:87: libcurl/src/libcurl-stamp/libcurl-build] Error 2 make[1]: *** [CMakeFiles/Makefile2:895: CMakeFiles/libcurl.dir/all] Error 2

Just FYI: The realsense camera does work when it is directly connected to a windows computer.

@MartyG-RealSense
Copy link
Collaborator

Hi @snehabanda30 A recent librealsense 2.56.3 issue with libcurl at #13724 found that the libcurl errors were bypassed if the flag -DCHECK_FOR_UPDATES=false is used in the CMake build instruction.

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

No branches or pull requests

2 participants