MYNT-EYE-S-SDK/README.md

36 lines
816 B
Markdown
Raw Normal View History

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-04-14 09:56:26 +03:00
## 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
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
./samples/_output/bin/device/camera_d
```
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.