MYNT-EYE-S-SDK/samples
2019-10-22 17:50:16 +08:00
..
config refactor(*): doc and samples update tools contents. 2019-08-30 16:18:49 +08:00
simple_demo fix(*): win pack.sh readme 2019-09-09 16:19:10 +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 feat(*): sample record add feat. 2019-10-22 11:29:22 +08:00
ctrl_auto_exposure.cc feat(*):add the display of the posture in imu range setting sample 2019-09-30 16:39:21 +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 feat(*):add the display of the posture in imu range setting sample 2019-09-30 16:39:21 +08:00
ctrl_infrared.cc change samples name 2019-08-30 11:19:57 +08:00
ctrl_manual_exposure.cc feat(*):add the display of the posture in imu range setting sample 2019-09-30 16:39:21 +08:00
ctrl_sync_timestamp.cc change samples name 2019-08-30 11:19:57 +08:00
dataset.cc fix(sample): record core fix. 2019-10-22 17:50:16 +08:00
dataset.h feat(*): add record samples.. 2019-09-02 10:17:06 +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 style(*): remove get_depth_with_region.cc cout 2019-10-22 12:24:30 +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 style(*): change the sample output. 2019-09-24 10:03:18 +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 feat(imu): imu2.0 decond part complete. 2019-09-29 16:42:44 +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
record.cc fix(sample): record core fix. 2019-10-22 17:50:16 +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 fix(*): fix 18.04 complie warning. 2019-10-17 13:48:37 +08:00
util_cv.cc Merge branch 'imu_2.0_protocl' into develop 2019-10-09 11:41:39 +08:00
util_cv.h feat(*):add the display of the posture in imu range setting sample 2019-09-30 16:39:21 +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