MYNT-EYE-S-SDK/samples
2019-07-31 10:54:53 +08:00
..
api fix(samples): fixed problem of core for get_depth_with_region 2019-07-30 18:47:36 +08:00
device refactor(*): change stream request and params interfaces 2018-12-20 17:10:18 +08:00
tutorials fix(src): contrast 127 --> 116 for less noise 2019-07-31 10:54:53 +08:00
uvc Merge branch 'develop' of http://gitlab.mynt.com/mynteye/mynt-eye-sdk-3 into develop 2018-12-26 13:14:12 +08:00
CMakeLists.txt fix(uvc osx): remove the sample with xu on osx 2018-12-28 10:18:37 +08:00
README.md Update api & link libs 2018-04-26 09:22:29 +08:00

Samples for MYNT® EYE cameras

Prerequisites

OpenCV,

# Linux, macOS
export OpenCV_DIR=~/opencv

# Windows
set OpenCV_DIR=C:\opencv

Build

cd <sdk>
make samples

Run

Camera with api layer,

./samples/_output/bin/api/camera_a

# Windows
.\samples\_output\bin\api\camera_a.bat

Camera with device layer,

./samples/_output/bin/device/camera_d

# Windows
.\samples\_output\bin\device\camera_d.bat