MYNT-EYE-S-SDK/samples
2019-08-28 17:51:53 +08:00
..
simple_demo fix(*): change demo name. 2019-08-26 09:26:25 +08:00
api_camera.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
api_get_depth_with_region.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
CMakeLists.txt fix(*): complie samples. 2019-08-26 16:26:26 +08:00
control_auto_exposure.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
control_framerate.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
control_iic_address.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
control_imu_low_pass_filter.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
control_imu_range.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
control_infrared.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
control_manual_exposure.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
control_sync_timestamp.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
data_get_data_without_select.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
data_get_depth.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
data_get_device_info.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
data_get_disparity.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
data_get_from_callbacks.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
data_get_img_params.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
data_get_imu_correspondence.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
data_get_imu_params.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
data_get_imu.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
data_get_stereo_rectified.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
data_get_with_plugin.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
data_save_single_image.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
device_camera.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
intermediate_get_depth_and_points.cc fix(*): complie samples. 2019-08-26 16:26:26 +08:00
README.md Update api & link libs 2018-04-26 09:22:29 +08:00
util_cv_painter.cc fix(*): imu display blink. 2019-08-28 17:51:53 +08:00
util_cv_painter.h change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
util_pc_viewer.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
util_pc_viewer.h change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
uvc_camera.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00

Samples for MYNT® EYE cameras

Prerequisites

OpenCV,

# Linux, macOS
export OpenCV_DIR=~/opencv

# Windows
set OpenCV_DIR=C:\opencv

Build

cd <sdk>
make samples

Run

Camera with api layer,

./samples/_output/bin/api/camera_a

# Windows
.\samples\_output\bin\api\camera_a.bat

Camera with device layer,

./samples/_output/bin/device/camera_d

# Windows
.\samples\_output\bin\device\camera_d.bat