..
2019-09-09 16:19:10 +08:00
2019-08-30 11:19:57 +08:00
2019-08-30 11:19:57 +08:00
2019-08-30 11:19:57 +08:00
2019-08-30 11:19:57 +08:00
2019-08-30 11:19:57 +08:00
2019-10-22 17:50:16 +08:00
2019-09-02 10:17:06 +08:00
2019-08-30 11:19:57 +08:00
2019-08-30 11:19:57 +08:00
2019-08-30 11:19:57 +08:00
2019-08-30 11:19:57 +08:00
2019-08-30 11:19:57 +08:00
2019-08-30 11:19:57 +08:00
2019-08-30 11:19:57 +08:00
2018-04-26 09:22:29 +08:00
2019-10-22 18:07:16 +08:00
2019-08-30 11:19:57 +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