2018-03-08 09:54:14 +02:00
|
|
|
# MYNT® EYE SDK
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
MYNT® EYE SDK 2.0 is a cross-platform library for MYNT® EYE cameras.
|
|
|
|
|
2018-06-04 19:30:44 +03:00
|
|
|
The following platforms have been tested:
|
|
|
|
|
|
|
|
* Windows 10
|
|
|
|
* Ubuntu 16.04 / 14.04
|
|
|
|
* Jetson TX2
|
|
|
|
|
|
|
|
Please follow the guide doc to install the SDK on different platforms.
|
|
|
|
|
|
|
|
## Documentations
|
|
|
|
|
|
|
|
* [API Doc](https://github.com/slightech/MYNT-EYE-SDK-2/releases): API reference, some guides and data spec.
|
|
|
|
* [Guide Doc](https://github.com/slightech/MYNT-EYE-SDK-2-Guide/releases): How to install and start using the SDK.
|
|
|
|
|
|
|
|
> Supported languages: `zh-Hans`.
|
|
|
|
|
|
|
|
## Firmwares
|
|
|
|
|
|
|
|
[Google Drive]: https://drive.google.com/drive/folders/1tdFCcTBMNcImEGZ39tdOZmlX2SHKCr2f
|
|
|
|
[百度网盘]: https://pan.baidu.com/s/1yPQDp2r0x4jvNwn2UjlMUQ
|
|
|
|
|
|
|
|
Get firmwares from our online disks: [Google Drive][], [百度网盘][]. The latest version is `2.0.0-rc2`.
|
|
|
|
|
2018-04-14 09:56:26 +03:00
|
|
|
## Usage
|
|
|
|
|
2018-06-04 19:30:44 +03:00
|
|
|
In short,
|
|
|
|
|
2018-04-14 09:56:26 +03:00
|
|
|
```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
|
2018-04-15 09:59:51 +03:00
|
|
|
make tools build tools
|
2018-04-14 09:56:26 +03:00
|
|
|
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
|
2018-04-15 18:29:06 +03:00
|
|
|
./samples/_output/bin/device/camera_d
|
2018-04-14 09:56:26 +03:00
|
|
|
```
|
|
|
|
|
2018-05-16 06:43:46 +03:00
|
|
|
## Mirrors
|
|
|
|
|
|
|
|
国内镜像:[码云](https://gitee.com/mynt/MYNT-EYE-SDK-2)。
|
|
|
|
|
2018-03-08 09:54:14 +02:00
|
|
|
## License
|
|
|
|
|
|
|
|
This project is licensed under the Apache License, Version 2.0. Copyright 2018 Slightech Co., Ltd.
|