View my account

Pyrealsense2 install on Jetson unbuntu 20.04 and python 3.8

Comments

3 comments

  • MartyG

    Whilst the pyrealsense2 wrapper cannot be installed from packages on Arm devices such as Nvidia Jetson using pip install pyrealsense2, you can build the librealsense SDK and the pyrealsense2 wrapper at the same time from source code with CMake on Jetson boards.  Instructions for doing so can be found at the link below.

    https://github.com/IntelRealSense/librealsense/issues/6964#issuecomment-707501049

     

    If you are not using Python 3.6, change the two occurrences of '3.6' in the instructions to match the version number of Python 3 that you are using.

    0
    Comment actions Permalink
  • Info

    There is 1 extra step before cp __init__.py file. Open the __init__.py and remove the "." before the pyrealsense2. The do the cp of file everything works.

    0
    Comment actions Permalink
  • MartyG

    Thanks very much for the update!  It's excellent news that it worked for you.

    0
    Comment actions Permalink

Please sign in to leave a comment.