MYNT-EYE-S-SDK/samples
2018-11-24 16:56:52 +08:00
..
api Fix the conflict 2018-11-24 16:43:38 +08:00
device Fix the conflict again 2018-11-24 16:56:52 +08:00
tutorials Fix the conflict again 2018-11-24 16:56:52 +08:00
uvc Fix the conflict again 2018-11-24 16:56:52 +08:00
CMakeLists.txt Fix the conflict 2018-11-24 16:43:38 +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