Update samples, tools readme and guide doc

This commit is contained in:
John Zhao
2018-04-25 12:28:06 +08:00
parent 44364e7d82
commit 2dc470e14f
4 changed files with 83 additions and 12 deletions

View File

@@ -1,5 +1,17 @@
# Samples for MYNT® EYE cameras
## Prerequisites
[OpenCV](https://opencv.org/),
```bash
# Linux, macOS
export OpenCV_DIR=~/opencv
# Windows
set OpenCV_DIR=C:\opencv
```
## Build
```bash
@@ -11,4 +23,7 @@ make samples
```bash
./samples/_output/bin/device/camera_d
# Windows
.\samples\_output\bin\device\camera_d.bat
```