RealSense SDK on beaglebone ai (Debian 10 with linux 4.14.108)
Hello, I can not install RealSense SDK with pyrealsense2 library on Beaglebone AI board ( I used this link https://github.com/datasith/Ai_Demos_RPi/wiki/Raspberry-Pi-4-and-Intel-RealSense-D435). Is there other way how to install those lib and SDK?
-
Hi Antohakotsubailo The procedure in the linked-to guide is typically used with the Raspbian OS / Raspberry Pi OS operating system, so would not be suited for non-Pi flavors of Linux such as Ubuntu if that is what you are using on your Beaglebone AI.
You could try installing librealsense and pyrealsense2 for Ubuntu by adapting a procedure at the link below that was originally designed for Arm-based Nvidia Jetson boards.
https://github.com/IntelRealSense/librealsense/issues/6964#issuecomment-707501049
In the CMake build instruction in step 5, leave out -DBUILD_WITH_CUDA:bool=true as this instruction requires an Nvidia graphics GPU chip like the one on Nvidia Jetson boards.
Please sign in to leave a comment.
Comments
1 comment