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
|
|
|
```
|