MYNT EYE D SDK  1.7.2
http://www.myntai.com/mynteye/depth
录制数据集

SDK 提供了录制数据集的工具 record. 工具的详细信息见 tools/README.md

Linux 系统运行命令:

1 ./tools/_output/bin/dataset/record

Windows 系统运行命令:

1 .\tools\_output\bin\dataset\record.bat

Linux 系统上的结果参考:

1 $ ./tools/_output/bin/dataset/record
2 Saved 1007 imgs, 20040 imus to ./dataset
3 I0513 21:29:38.608772 11487 record.cc:118] Time beg: 2018-05-13 21:28:58.255395, end: 2018-05-13 21:29:38.578696, cost: 40323.3ms
4 I0513 21:29:38.608853 11487 record.cc:121] Img count: 1007, fps: 24.9732
5 I0513 21:29:38.608873 11487 record.cc:123] Imu count: 20040, hz: 496.983

结果默认保存在 <workdir>/dataset 中. 您也可以使用参数指定自定义目录存放结果.

录制结果目录详情:

1 <workdir>/
2 └─dataset/
3  ├─left/
4  │ ├─stream.txt # Image infomation
5  │ ├─000000.png # Image,index 0
6  │ └─...
7  ├─right/
8  │ ├─stream.txt # Image information
9  │ ├─000000.png # Image,index 0
10  │ └─...
11  └─motion.txt # IMU information

Copyright 2018. MYNTEYE