Which version of system do you use? Khadas official images, self built images, or others?
Khadas Ubuntu Image
Please describe your issue below:
Trying to build the Intel Realsense SDK for the Edge 2
Khadas Ubuntu Image
Trying to build the Intel Realsense SDK for the Edge 2
Hello @ray813
Do you have issue to build?
Yes and using it just fine. What errors and cmake selections have you made?
git clone GitHub - IntelRealSense/librealsense: Intel® RealSense™ SDK &&
cd librealsense && mkdir -p build && cd build &&
cmake …/ -DBUILD_PYTHON_BINDINGS:bool=true -DFORCE_RSUSB_BACKEND:bool=true -DBUILD_WITH_CUDA:bool=false -DBUILD_GRAPHICAL_EXAMPLES:bool=false -DCMAKE_BUILD_TYPE=release &&
sudo make uninstall && make clean && make && sudo make install