Pyrealsense2 install on Jetson unbuntu 20.04 and python 3.8
Hi I am looking for help on how to install pyrealsense2 on Jetson ubuntu 20.4 with python 3.8.
I have read it doesn't support arm devices now. Is this true or is there away to install it?
I running realsense-viewer with D435f on a Jetson AGX ORIN. Now I am trying to get pyrealsense2 installed and have not figured out away.
Thank you
-
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.
Please sign in to leave a comment.
Comments
3 comments