MYNT-EYE-S-SDK/samples
2019-08-30 16:18:49 +08:00
..
config refactor(*): doc and samples update tools contents. 2019-08-30 16:18:49 +08:00
simple_demo fix(*): change demo name. 2019-08-26 09:26:25 +08:00
camera_with_junior_device_api.cc change samples name 2019-08-30 11:19:57 +08:00
camera_with_senior_api.cc change samples name 2019-08-30 11:19:57 +08:00
CMakeLists.txt refactor(*): doc and samples update tools contents. 2019-08-30 16:18:49 +08:00
ctrl_auto_exposure.cc build(samples): change cc name and CMakeList 2019-08-30 11:49:15 +08:00
ctrl_framerate.cc change samples name 2019-08-30 11:19:57 +08:00
ctrl_iic_address.cc change samples name 2019-08-30 11:19:57 +08:00
ctrl_imu_low_pass_filter.cc change samples name 2019-08-30 11:19:57 +08:00
ctrl_imu_range.cc change samples name 2019-08-30 11:19:57 +08:00
ctrl_infrared.cc change samples name 2019-08-30 11:19:57 +08:00
ctrl_manual_exposure.cc build(samples): change cc name and CMakeList 2019-08-30 11:49:15 +08:00
ctrl_sync_timestamp.cc change samples name 2019-08-30 11:19:57 +08:00
device_writer.cc refactor(*): doc and samples update tools contents. 2019-08-30 16:18:49 +08:00
device_writer.h refactor(*): doc and samples update tools contents. 2019-08-30 16:18:49 +08:00
get_data_without_select.cc change samples name 2019-08-30 11:19:57 +08:00
get_depth_and_points.cc build(samples): change cc name and CMakeList 2019-08-30 11:49:15 +08:00
get_depth_with_region.cc build(samples): change cc name and CMakeList 2019-08-30 11:49:15 +08:00
get_depth.cc change samples name 2019-08-30 11:19:57 +08:00
get_device_info.cc change samples name 2019-08-30 11:19:57 +08:00
get_disparity.cc change samples name 2019-08-30 11:19:57 +08:00
get_from_callbacks.cc build(samples): change cc name and CMakeList 2019-08-30 11:49:15 +08:00
get_img_params.cc change samples name 2019-08-30 11:19:57 +08:00
get_imu_correspondence.cc build(samples): change cc name and CMakeList 2019-08-30 11:49:15 +08:00
get_imu_params.cc change samples name 2019-08-30 11:19:57 +08:00
get_imu.cc build(samples): change cc name and CMakeList 2019-08-30 11:49:15 +08:00
get_stereo_rectified.cc change samples name 2019-08-30 11:19:57 +08:00
get_with_plugin.cc change samples name 2019-08-30 11:19:57 +08:00
README.md Update api & link libs 2018-04-26 09:22:29 +08:00
save_all_infos.cc refactor(*): doc and samples update tools contents. 2019-08-30 16:18:49 +08:00
save_single_image.cc change samples name 2019-08-30 11:19:57 +08:00
util_cv.cc build(samples): change cc name and CMakeList 2019-08-30 11:49:15 +08:00
util_cv.h change samples name 2019-08-30 11:19:57 +08:00
util_pcl.cc build(samples): change cc name and CMakeList 2019-08-30 11:49:15 +08:00
util_pcl.h change samples name 2019-08-30 11:19:57 +08:00
uvc_camera.cc change structure of folder samples and move demo_project 2019-08-23 15:28:56 +08:00
write_device_info.cc refactor(*): doc and samples update tools contents. 2019-08-30 16:18:49 +08:00
write_img_params.cc refactor(*): doc and samples update tools contents. 2019-08-30 16:18:49 +08:00
write_imu_params.cc refactor(*): doc and samples update tools contents. 2019-08-30 16:18:49 +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