43 lines
1.0 KiB
Markdown
43 lines
1.0 KiB
Markdown
# MYNT® EYE SDK
|
|
|
|
## Overview
|
|
|
|
MYNT® EYE SDK 2.0 is a cross-platform library for MYNT® EYE cameras.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
$ make
|
|
Usage:
|
|
make help show help message
|
|
make apidoc make api doc
|
|
make opendoc open api doc (html)
|
|
make init init project
|
|
make build build project
|
|
make test build test and run
|
|
make install install project
|
|
make samples build samples
|
|
make tools build tools
|
|
make ros build ros wrapper
|
|
make clean|cleanall clean generated or useless things
|
|
```
|
|
|
|
Init project, build samples and run someone.
|
|
|
|
```bash
|
|
make init
|
|
make samples
|
|
./samples/_output/bin/device/camera_d
|
|
```
|
|
|
|
## Firmwares
|
|
|
|
[Google Drive]: https://drive.google.com/drive/folders/1tdFCcTBMNcImEGZ39tdOZmlX2SHKCr2f
|
|
[百度网盘]: https://pan.baidu.com/s/1yPQDp2r0x4jvNwn2UjlMUQ
|
|
|
|
Get firmwares from our online disks: [Google Drive][], [百度网盘][].
|
|
|
|
## License
|
|
|
|
This project is licensed under the Apache License, Version 2.0. Copyright 2018 Slightech Co., Ltd.
|