Skip to content

Latest commit

 

History

History

realsense2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

realsense2

IntelRealSense/librealsense

install from source

Prerequisite:

sudo apt install curl zip unzip tar
sudo apt install libudev-dev autoconf

Compile and install:

git clone https://github.com/microsoft/vcpkg
cd vcpkg/
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install realsense2