MYNT-EYE-S-SDK/samples
2018-08-07 16:58:19 +08:00
..
api add bgr888 2018-08-07 02:29:07 +08:00
device Replace CV_BGRA2RGBA with CV_BGR2RGB 2018-08-07 16:58:19 +08:00
tutorials change the data protocol of imu 2018-07-21 15:34:07 +08:00
uvc add bgr888 2018-08-07 02:29:07 +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