jetsonhacks / installRealSenseSDK

Install the Intel RealSense SDK on the NVIDIA Jetson Development Kits
MIT License
154 stars 38 forks source link

installrealsense.sh does not install pyrealsense2 #11

Closed darshb34 closed 3 years ago

darshb34 commented 4 years ago

Describe the issue

  1. I am able to use pyrealsense2 using the buildrealsense.sh, but with installrealsesne.sh (which uses apt-get) I cannot get pyrealsense2.

  2. I was also wondering if the installrealsense.sh method enables CUDA support for librealsense2 as we specify to build with CUDA in buildrealsense.sh.

What version of L4T/JetPack L4T/JetPack version: 32.3.1

Which Intel RealSense camera(s) RealSense camera(s): d430

Thank you

darshb34 commented 3 years ago

It does install. We are supposed to add

export PYTHONPATH=$PYTHONPATH:/usr/local/lib

But still not sure if that gives us librealsense2 with CUDA enabled.