alter-sachin / MYNT-EYE-S-SDK

updated to be able to use mynt wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MYNT® EYE S SDK

TO BUILD PLEASE DO THE FOLLOWING :::

HAVE A VERSION OF BOOST PYTHON 1.71.0 To install boost please visit the following link.

https://www.boost.org/doc/libs/1_71_0/more/getting_started/unix-variants.html

A few pointers. in step ./bootstrap.sh use the with-python tag and with libraries tag to install this for your version of python.

./bootstrap.sh --with-python-version=3.6 --with-libraries=python

./b2 install

Now to build MYNT-sdk go to the MYNT directory and run

Remove previous build traces: rm -rf _output/ _build/ wrappers/python/_build/ wrappers/python/_install/ wrappers/python/_output/

and then : make python

Overview

MYNT® EYE S SDK is a cross-platform library for MYNT® EYE Standard cameras.

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: API reference, some guides and data spec.
    • en:
    • zh-Hans:

Supported languages: en, zh-Hans.

Firmwares

Get firmwares from our online disks: MYNTEYE_BOX.

Usage

In short,

$ 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
  make tools           build tools
  make ros             build ros wrapper
  make clean|cleanall  clean generated or useless things

Init project, build samples and run someone.

make init
make samples
./samples/_output/bin/camera_with_junior_device_api

Mirrors

国内镜像:码云

License

This project is licensed under the Apache License, Version 2.0. Copyright 2018 Slightech Co., Ltd.

About

updated to be able to use mynt wrapper

License:Other


Languages

Language:C++ 43.2%Language:Objective-C 30.6%Language:Java 14.1%Language:CMake 7.5%Language:Shell 1.4%Language:Objective-C++ 1.3%Language:Makefile 0.7%Language:NSIS 0.5%Language:Python 0.5%Language:C 0.3%Language:Rich Text Format 0.0%Language:Batchfile 0.0%Language:JavaScript 0.0%