MYNT EYE S SDK (MYNT® EYE Standard Camera)
Go to file
2018-10-26 15:39:34 +08:00
cmake Remove submodule glog 2018-09-04 17:11:39 +08:00
doc Update version 2018-10-22 22:18:22 +08:00
include/mynteye Add frame id to synthetic streams 2018-10-26 15:39:34 +08:00
samples Add frame id to synthetic streams 2018-10-26 15:39:34 +08:00
scripts Update init & makefile 2018-10-24 13:00:27 +08:00
src Add frame id to synthetic streams 2018-10-26 15:39:34 +08:00
test Change log header 2018-09-04 15:49:11 +08:00
tools Update img.params 2018-10-18 15:11:21 +08:00
wrappers Add frame rate 60 2018-10-17 11:12:40 +08:00
.clang-format Add init script 2018-03-09 10:57:27 +08:00
.gitignore Merge win support into develop 2018-06-01 00:38:37 +08:00
.gitmodules Remove submodule glog 2018-09-04 17:11:39 +08:00
CMakeLists.txt Update version 2018-10-22 22:18:22 +08:00
CommonDefs.mk Merge win support into develop 2018-06-01 00:38:37 +08:00
CPPLINT.cfg Update init script, make linter optional 2018-09-04 10:47:54 +08:00
Jenkinsfile Update jenkinsfile 2018-10-24 22:10:54 +08:00
LICENSE First commit 2018-03-08 15:54:14 +08:00
Makefile Add frame id to synthetic streams 2018-10-26 15:39:34 +08:00
mynteye-config.cmake.in Add glog option 2018-09-04 15:07:26 +08:00
README.md Update README.md 2018-10-22 22:47:55 +08:00

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.2.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.