MYNT-EYE-S-SDK/samples
2018-07-23 20:28:15 +08:00
..
api change the data protocol of imu 2018-07-21 15:34:07 +08:00
device fix the record's bug 2018-07-23 20:28:15 +08:00
tutorials change the data protocol of imu 2018-07-21 15:34:07 +08:00
uvc change the resolution 2018-07-07 23:20:57 +08:00
CMakeLists.txt Update CMakeLists.txt 2018-05-11 16:15:26 +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