JetsonHacksNano / installLibrealsense

Build and install Intel's librealsense for the NVIDIA Jetson Nano Developer Kit
MIT License
152 stars 68 forks source link

./buildLibrealsense.sh FAILURE - librealsense Version Mismatch #46

Open HappySamuel opened 2 weeks ago

HappySamuel commented 2 weeks ago

Describe the issue

agx-orin@agx-orin:~/Downloads/installLibrealsense$ sudo ./buildLibrealsense.sh -v 2.55.1 -j 12
Build with CUDA: true
Librealsense Version: 2.55.1

Please make sure that no RealSense cameras are currently attached

Press any key to continue

==== librealsense Version Mismatch! =============

The installed version of librealsense is not current enough for these scripts.
This script needs librealsense tag version: 2.55.1 but it is not available.
Please upgrade librealsense or remove the librealsense folder before attempting to install again

NVIDIA Jetson Hardware Jetson AGX Orin

L4T / JetPack Version L4T 36.3.0 / JetPack 6.0

Software version OpenCV - v4.5.4

To Reproduce sudo ./buildLibrealsense.sh -v 2.55.1 -j 12

Expected behavior Previously i installed on Jetpack 5.1.3, the build was success. But ever since i install with Jetpack 6.0, the build becomes unsuccessful.