MYNT-EYE-S-SDK/wrappers/python/README.md

19 lines
242 B
Markdown
Raw Normal View History

2018-05-17 12:28:43 +03:00
# MYNT® EYE Python Wrapper
## Prerequisites
* [Boost.Python](https://www.boost.org/doc/libs/1_67_0/libs/python/doc/html/index.html)
## Build
```bash
cd <sdk>
make python
```
## Run
```bash
2018-05-17 19:16:04 +03:00
python wrappers/python/samples/mynteye.py
2018-05-17 12:28:43 +03:00
```