MYNT EYE S SDK (MYNT® EYE Standard Camera)
Go to file
2019-08-30 17:40:06 +08:00
3rdparty/eigen3/Eigen fix(*) remove easy logging things. 2019-08-23 12:02:31 +08:00
cmake build(make): simplify with camera models default on 2019-05-30 15:28:35 +08:00
docs doc(*): fix 2110 product content. 2019-08-30 17:40:06 +08:00
include docs(docs): modified description of hdr_mode 2019-08-19 19:48:32 +08:00
samples refactor(*): doc and samples update tools contents. 2019-08-30 16:18:49 +08:00
scripts chore(init.sh): improve detect cmake version 2019-03-29 16:27:53 +08:00
src fix(*): s1030 display stream config fps now be set to 25 default. 2019-08-29 13:38:03 +08:00
wrappers fix(*): vinsfusion framerate cut feature. 2019-08-28 17:09:44 +08:00
.clang-format Add init script 2018-03-09 10:57:27 +08:00
.commitlintrc.js chore(config): add commit constraint 2018-12-20 09:13:57 +08:00
.gitignore docs(*): update docs 2019-03-11 13:27:49 +08:00
.gitmodules Remove submodule glog 2018-09-04 17:11:39 +08:00
CMakeLists.txt chore(*): update things to 2.4.2. 2019-08-27 10:36:40 +08:00
CommonDefs.mk Update winpack script 2018-11-01 23:27:43 +08:00
CPPLINT.cfg Update init script, make linter optional 2018-09-04 10:47:54 +08:00
Jenkinsfile chore(*): modify jenkinsfile 2019-08-28 11:18:20 +08:00
LICENSE First commit 2018-03-08 15:54:14 +08:00
Makefile refactor(*): remove tools. 2019-08-30 17:06:34 +08:00
mynteye-config.cmake.in fix(cmake): fix include ceres and move definitions to mynteye.h 2019-01-14 17:25:41 +08:00
package.json chore(config): add commit constraint 2018-12-20 09:13:57 +08:00
README.md chore(*): update readme. 2019-08-30 12:01:24 +08:00

MYNT® EYE S SDK

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.