Errors encountered while installing realsense2 @29/01/2024

Installing librealsense on jetson nano

git clone <https://github.com/JetsonHacksNano/installLibrealsense.git>

Move to librealsense directory:

cd installlibrealsense/

NOTE: change in script buildrealsense.sh in line no. 135 add -DPYTHON_EXECUTABLE=$(which python3)

easy for this to find the location of python executable.

Run command to start build process:

./buildLibrealsense.sh -j 2

After building run command:

source ~/.bashrc

then check whether realsense2 is installed or not.

Download and run the code:

https://drive.google.com/file/d/1NlopRvJArDr3VMb8i8q3Gt44tBoeH3k2/view?usp=sharing