LiuZe 9967e57b55 添加图漾科技SDK | 1 year ago | |
---|---|---|
.. | ||
Doc | 1 year ago | |
include | 1 year ago | |
lib | 1 year ago | |
sample | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago |
This software development kit provides C/C++ API and sample applications to control and capture images from Percipio camera. The samples demonstrate how to get depth image, 3D point cloud , color and ir image from the depth camera.
SDK sample's GUI needs Opencv2.4.8+. opencv dependency can be removed if if you do not need GUI.
Please refer to http://doc.percipio.xyz/cam/last/ for more details.
+---Doc SDK API Documents
+---include C header file
+---lib dynamic link library for multi-platform
| +---linux
| \---win
| +---driver windows device driver
| \---hostapp pre-built sample executables
\---sample sample application source code
for detail about SDK usage please refer to HERE
install opencv & cmake
sudo apt-get install libopencv-dev cmake
go to path lib/linux/<your platform>/
cp -d libtycam.so* /usr/lib/
ldconfig
install libusb (only required by USB camera)
sudo apt-get install libusb-1.0-0-dev
compile source code
cd sample
mkdir build
cd build
cmake ..
make
All executables will be generated in ./bin directory.
prepare environment
compile source code
using cmake to generate MSVC vcxproj project files & build with MSVC.