2018-11-08 16:51:21 +02:00
|
|
|
# MYNT® EYE S SDK
|
2018-03-08 09:54:14 +02:00
|
|
|
|
2019-06-19 12:08:42 +03:00
|
|
|
[![](https://img.shields.io/badge/MYNT%20EYE%20S%20SDK-2.3.9-brightgreen.svg?style=flat)](https://github.com/slightech/MYNT-EYE-S-SDK)
|
2018-06-10 17:21:08 +03:00
|
|
|
|
2018-03-08 09:54:14 +02:00
|
|
|
## Overview
|
|
|
|
|
2018-11-08 11:35:02 +02:00
|
|
|
MYNT® EYE S SDK is a cross-platform library for MYNT® EYE Standard cameras.
|
2018-03-08 09:54:14 +02:00
|
|
|
|
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
|
|
|
|
|
2018-11-08 11:35:02 +02:00
|
|
|
* [API Doc](https://github.com/slightech/MYNT-EYE-S-SDK/releases): API reference, some guides and data spec.
|
2019-04-01 14:33:17 +03:00
|
|
|
* en: [![](https://img.shields.io/badge/Download-PDF-blue.svg?style=flat)](https://readthedocs.org/projects/mynt-eye-s-sdk/downloads/pdf/latest/) [![](https://img.shields.io/badge/Download-HTML-blue.svg?style=flat)](https://readthedocs.org/projects/mynt-eye-s-sdk/downloads/htmlzip/latest/) [![](https://img.shields.io/badge/Online-HTML-blue.svg?style=flat)](https://mynt-eye-s-sdk.readthedocs.io/en/latest/)
|
2019-06-20 05:49:21 +03:00
|
|
|
* zh-Hans: [![](https://img.shields.io/badge/Download-PDF-blue.svg?style=flat)](https://readthedocs.org/projects/mynt-eye-s-sdk-docs-zh-cn/downloads/pdf/latest/) [![](https://img.shields.io/badge/Download-HTML-blue.svg?style=flat)](https://readthedocs.org/projects/mynt-eye-s-sdk-docs-zh-cn/downloads/htmlzip/latest/) [![](https://img.shields.io/badge/Online-HTML-blue.svg?style=flat)](https://mynt-eye-s-sdk-docs-zh-cn.readthedocs.io/zh_CN/latest/)
|
2018-06-04 19:30:44 +03:00
|
|
|
|
2018-07-18 04:23:51 +03:00
|
|
|
> Supported languages: `en`, `zh-Hans`.
|
2018-06-04 19:30:44 +03:00
|
|
|
|
|
|
|
## Firmwares
|
|
|
|
|
2018-08-13 04:12:34 +03:00
|
|
|
[MYNTEYE_BOX]: http://doc.myntai.com/mynteye/s/download
|
2018-06-04 19:30:44 +03:00
|
|
|
|
2018-12-31 04:33:23 +02:00
|
|
|
Get firmwares from our online disks: [MYNTEYE_BOX][].
|
2018-06-04 19:30:44 +03:00
|
|
|
|
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
|
|
|
|
|
2018-11-08 11:35:02 +02:00
|
|
|
国内镜像:[码云](https://gitee.com/mynt/MYNT-EYE-S-SDK)。
|
2018-05-16 06:43:46 +03:00
|
|
|
|
2018-03-08 09:54:14 +02:00
|
|
|
## License
|
|
|
|
|
2018-11-08 11:35:02 +02:00
|
|
|
This project is licensed under the [Apache License, Version 2.0](LICENSE). Copyright 2018 Slightech Co., Ltd.
|