HustMrZhang / MYNT-EYE-SDK-2

MYNT EYE SDK 2

Home Page:http://www.myntai.com/camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MYNT® EYE SDK

Overview

MYNT® EYE SDK 2.0 is a cross-platform library for MYNT® EYE 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:
  • Guide Doc: How to install and start using the SDK.
    • en:
    • zh-Hans:

Supported languages: en, zh-Hans.

Firmwares

Get firmwares from our online disks: MYNTEYE_BOX. The latest version is 2.0.1.

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/device/camera_d

Mirrors

国内镜像:码云

License

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

About

MYNT EYE SDK 2

http://www.myntai.com/camera

License:Other


Languages

Language:C++ 61.5%Language:CMake 24.2%Language:Python 9.0%Language:Shell 3.3%Language:Makefile 2.1%