当前位置:   article > 正文

T265/D435i相机和相机与IMU参数获取,也可以通过realsense-viewer直接获取_获取t265

获取t265

T265/D435i相机和相机与IMU参数获取

参考这篇博文

https://blog.csdn.net/crp997576280/article/details/109544456

我想我们也需要理解里面的含义,里面有比如 fisheye 1  to fisheye 2 可能就是指两个鱼眼镜头间的旋转矩阵 rotation matric也应该是旋转矩阵的意思。我感觉双目之间的标定,双目和IMU的标定应该就是指两者之间的旋转矩阵吧?应该和单个相机标定出的参数含义不同吧?这么再看上面终端输出的信息是不是清楚了。

https://blog.csdn.net/weixin_43247057/article/details/102501856

 https://blog.csdn.net/sinat_16643223/article/details/114711290

这里也说是相机内参,相机到IMU是外参。确实我觉得单个相机的那些畸变参数那是自己的内参,但是相机和相机之前的旋转平移矩阵,相机和IMU之间的旋转平移矩阵,应该是外参。

那如何转化为stereo_imu.yaml里面的形式呢

是两个4*4的矩阵,还是直接搞清楚双目IMU标定得到的参数的真实含义,这样好些。

https://gitee.com/robin_shaun/XTDrone/tree/master/sensing/slam/vio/VINS-Fusion/config/realsense_d435i

阿木做的IMU和相机的联合标定最后得到的两个矩阵也是这样的形式,一个是左目和IMU的,一个是右目和IMU的。

https://blog.csdn.net/sinat_16643223/article/details/119463003

又有新的重大发现

 

 

但为什么我这点more只有这种显示呢

我按照提示它自动给我升级固件后我就可以看了。

点了右上角提示的Install,它既自动给你下载升级固件了,期间你不需要操作什么(中途可能要点击一个弹出的窗口上的OK),会有进度条显示,速度还可以。 中途会有一阵子realsense-viewer没有识别到D435i,不用管,升级完后会自动识别到的。

有进度调显示

 中途会弹出一个这个,点OK即可。

升级完固件它自动重新连上后再点more就可以看到标定参数了。

现在的固件版本是

我选择导出,导出的是一个json格式的文件,内容如下

  1. {
  2. "baseline": "-49.6296",
  3. "intrinsic_left.x.x": "0.495791",
  4. "intrinsic_left.x.y": "0.7927",
  5. "intrinsic_left.x.z": "0.498696",
  6. "intrinsic_left.y.x": "0.50141",
  7. "intrinsic_left.y.y": "-0.0561602",
  8. "intrinsic_left.y.z": "0.0678906",
  9. "intrinsic_left.z.x": "0.000170687",
  10. "intrinsic_left.z.y": "-0.000435408",
  11. "intrinsic_left.z.z": "-0.0214294",
  12. "intrinsic_right.x.x": "0.494061",
  13. "intrinsic_right.x.y": "0.789781",
  14. "intrinsic_right.x.z": "0.499182",
  15. "intrinsic_right.y.x": "0.507852",
  16. "intrinsic_right.y.y": "-0.0587788",
  17. "intrinsic_right.y.z": "0.0720991",
  18. "intrinsic_right.z.x": "-3.93086e-05",
  19. "intrinsic_right.z.y": "-0.000202735",
  20. "intrinsic_right.z.z": "-0.0230006",
  21. "rectified.0.fx": "953.567",
  22. "rectified.0.fy": "953.567",
  23. "rectified.0.height": "1080",
  24. "rectified.0.ppx": "955.007",
  25. "rectified.0.ppy": "545.199",
  26. "rectified.0.width": "1920",
  27. "rectified.1.fx": "635.711",
  28. "rectified.1.fy": "635.711",
  29. "rectified.1.height": "720",
  30. "rectified.1.ppx": "636.671",
  31. "rectified.1.ppy": "363.466",
  32. "rectified.1.width": "1280",
  33. "rectified.10.fx": "572.14",
  34. "rectified.10.fy": "572.14",
  35. "rectified.10.height": "0",
  36. "rectified.10.ppx": "357.004",
  37. "rectified.10.ppy": "363.12",
  38. "rectified.10.width": "0",
  39. "rectified.11.fx": "457.712",
  40. "rectified.11.fy": "457.712",
  41. "rectified.11.height": "0",
  42. "rectified.11.ppx": "285.603",
  43. "rectified.11.ppy": "290.496",
  44. "rectified.11.width": "0",
  45. "rectified.12.fx": "0",
  46. "rectified.12.fy": "0",
  47. "rectified.12.height": "400",
  48. "rectified.12.ppx": "0",
  49. "rectified.12.ppy": "0",
  50. "rectified.12.width": "640",
  51. "rectified.13.fx": "0",
  52. "rectified.13.fy": "0",
  53. "rectified.13.height": "576",
  54. "rectified.13.ppx": "0",
  55. "rectified.13.ppy": "0",
  56. "rectified.13.width": "576",
  57. "rectified.14.fx": "0",
  58. "rectified.14.fy": "0",
  59. "rectified.14.height": "720",
  60. "rectified.14.ppx": "0",
  61. "rectified.14.ppy": "0",
  62. "rectified.14.width": "720",
  63. "rectified.15.fx": "0",
  64. "rectified.15.fy": "0",
  65. "rectified.15.height": "1152",
  66. "rectified.15.ppx": "0",
  67. "rectified.15.ppy": "0",
  68. "rectified.15.width": "1152",
  69. "rectified.2.fx": "381.427",
  70. "rectified.2.fy": "381.427",
  71. "rectified.2.height": "480",
  72. "rectified.2.ppx": "318.003",
  73. "rectified.2.ppy": "242.08",
  74. "rectified.2.width": "640",
  75. "rectified.3.fx": "421.159",
  76. "rectified.3.fy": "421.159",
  77. "rectified.3.height": "480",
  78. "rectified.3.ppx": "421.795",
  79. "rectified.3.ppy": "242.296",
  80. "rectified.3.width": "848",
  81. "rectified.4.fx": "317.856",
  82. "rectified.4.fy": "317.856",
  83. "rectified.4.height": "360",
  84. "rectified.4.ppx": "318.336",
  85. "rectified.4.ppy": "181.733",
  86. "rectified.4.width": "640",
  87. "rectified.5.fx": "210.579",
  88. "rectified.5.fy": "210.579",
  89. "rectified.5.height": "240",
  90. "rectified.5.ppx": "210.897",
  91. "rectified.5.ppy": "121.148",
  92. "rectified.5.width": "424",
  93. "rectified.6.fx": "190.713",
  94. "rectified.6.fy": "190.713",
  95. "rectified.6.height": "240",
  96. "rectified.6.ppx": "159.001",
  97. "rectified.6.ppy": "121.04",
  98. "rectified.6.width": "320",
  99. "rectified.7.fx": "238.392",
  100. "rectified.7.fy": "238.392",
  101. "rectified.7.height": "270",
  102. "rectified.7.ppx": "238.752",
  103. "rectified.7.ppy": "136.3",
  104. "rectified.7.width": "480",
  105. "rectified.8.fx": "635.711",
  106. "rectified.8.fy": "635.711",
  107. "rectified.8.height": "800",
  108. "rectified.8.ppx": "636.671",
  109. "rectified.8.ppy": "403.466",
  110. "rectified.8.width": "1280",
  111. "rectified.9.fx": "476.783",
  112. "rectified.9.fy": "476.783",
  113. "rectified.9.height": "540",
  114. "rectified.9.ppx": "477.503",
  115. "rectified.9.ppy": "272.6",
  116. "rectified.9.width": "960",
  117. "world2left_rot.x.x": "0.999997",
  118. "world2left_rot.x.y": "0.00216216",
  119. "world2left_rot.x.z": "0.00103252",
  120. "world2left_rot.y.x": "-0.00216406",
  121. "world2left_rot.y.y": "0.999996",
  122. "world2left_rot.y.z": "0.0018427",
  123. "world2left_rot.z.x": "-0.00102854",
  124. "world2left_rot.z.y": "-0.00184493",
  125. "world2left_rot.z.z": "0.999998",
  126. "world2right_rot.x.x": "0.999992",
  127. "world2right_rot.x.y": "0.00176079",
  128. "world2right_rot.x.z": "-0.00350629",
  129. "world2right_rot.y.x": "-0.00176725",
  130. "world2right_rot.y.y": "0.999997",
  131. "world2right_rot.y.z": "-0.00184072",
  132. "world2right_rot.z.x": "0.00350304",
  133. "world2right_rot.z.y": "0.0018469",
  134. "world2right_rot.z.z": "0.999992"
  135. }

https://github.com/IntelRealSense/librealsense/tree/master/tools/enumerate-devices
 

这里确实明确说了这个是给标定参数的

我用rs-enumerate-devices -c 查看我的D435i的标定参数,终端列出的所有参数如下,这比realsense-viewer给出的似乎多多了。

Rotation Matrix 是旋转矩阵

Translation Vector 是平移向量,所以只有三个数字,表示平移x y z就够了嘛。

  1. maxi@maxi:~$ rs-enumerate-devices -c
  2. Device info:
  3. Name : Intel RealSense D435I
  4. Serial Number : 109622075085
  5. Firmware Version : 05.12.06.00
  6. Recommended Firmware Version : 05.12.08.200
  7. Physical Port : /sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/video4linux/video2
  8. Debug Op Code : 15
  9. Advanced Mode : YES
  10. Product Id : 0B3A
  11. Camera Locked : YES
  12. Usb Type Descriptor : 3.2
  13. Product Line : D400
  14. Asic Serial Number : 104623050310
  15. Firmware Update Id : 104623050310
  16. Stream Profiles supported by Stereo Module
  17. Supported modes:
  18. stream resolution fps format
  19. Infrared 1 1280x800 @ 30Hz Y8
  20. Infrared 1 1280x800 @ 25Hz Y16
  21. Infrared 1 1280x800 @ 15Hz Y16
  22. Infrared 1 1280x800 @ 15Hz Y8
  23. Infrared 1 1280x720 @ 30Hz Y8
  24. Infrared 1 1280x720 @ 15Hz Y8
  25. Infrared 1 1280x720 @ 6Hz Y8
  26. Infrared 1 848x480 @ 90Hz Y8
  27. Infrared 1 848x480 @ 60Hz Y8
  28. Infrared 1 848x480 @ 30Hz Y8
  29. Infrared 1 848x480 @ 15Hz Y8
  30. Infrared 1 848x480 @ 6Hz Y8
  31. Infrared 1 848x100 @ 300Hz Y8
  32. Infrared 1 848x100 @ 100Hz Y8
  33. Infrared 1 640x480 @ 90Hz Y8
  34. Infrared 1 640x480 @ 60Hz Y8
  35. Infrared 1 640x480 @ 30Hz Y8
  36. Infrared 1 640x480 @ 15Hz Y8
  37. Infrared 1 640x480 @ 6Hz Y8
  38. Infrared 1 640x400 @ 25Hz Y16
  39. Infrared 1 640x400 @ 15Hz Y16
  40. Infrared 1 640x360 @ 90Hz Y8
  41. Infrared 1 640x360 @ 60Hz Y8
  42. Infrared 1 640x360 @ 30Hz Y8
  43. Infrared 1 640x360 @ 15Hz Y8
  44. Infrared 1 640x360 @ 6Hz Y8
  45. Infrared 1 480x270 @ 90Hz Y8
  46. Infrared 1 480x270 @ 60Hz Y8
  47. Infrared 1 480x270 @ 30Hz Y8
  48. Infrared 1 480x270 @ 15Hz Y8
  49. Infrared 1 480x270 @ 6Hz Y8
  50. Infrared 1 424x240 @ 90Hz Y8
  51. Infrared 1 424x240 @ 60Hz Y8
  52. Infrared 1 424x240 @ 30Hz Y8
  53. Infrared 1 424x240 @ 15Hz Y8
  54. Infrared 1 424x240 @ 6Hz Y8
  55. Infrared 1 256x144 @ 300Hz Y8
  56. Infrared 1 256x144 @ 90Hz Y8
  57. Infrared 2 1280x800 @ 30Hz Y8
  58. Infrared 2 1280x800 @ 25Hz Y16
  59. Infrared 2 1280x800 @ 15Hz Y16
  60. Infrared 2 1280x800 @ 15Hz Y8
  61. Infrared 2 1280x720 @ 30Hz Y8
  62. Infrared 2 1280x720 @ 15Hz Y8
  63. Infrared 2 1280x720 @ 6Hz Y8
  64. Infrared 2 848x480 @ 90Hz Y8
  65. Infrared 2 848x480 @ 60Hz Y8
  66. Infrared 2 848x480 @ 30Hz Y8
  67. Infrared 2 848x480 @ 15Hz Y8
  68. Infrared 2 848x480 @ 6Hz Y8
  69. Infrared 2 848x100 @ 300Hz Y8
  70. Infrared 2 848x100 @ 100Hz Y8
  71. Infrared 2 640x480 @ 90Hz Y8
  72. Infrared 2 640x480 @ 60Hz Y8
  73. Infrared 2 640x480 @ 30Hz Y8
  74. Infrared 2 640x480 @ 15Hz Y8
  75. Infrared 2 640x480 @ 6Hz Y8
  76. Infrared 2 640x400 @ 25Hz Y16
  77. Infrared 2 640x400 @ 15Hz Y16
  78. Infrared 2 640x360 @ 90Hz Y8
  79. Infrared 2 640x360 @ 60Hz Y8
  80. Infrared 2 640x360 @ 30Hz Y8
  81. Infrared 2 640x360 @ 15Hz Y8
  82. Infrared 2 640x360 @ 6Hz Y8
  83. Infrared 2 480x270 @ 90Hz Y8
  84. Infrared 2 480x270 @ 60Hz Y8
  85. Infrared 2 480x270 @ 30Hz Y8
  86. Infrared 2 480x270 @ 15Hz Y8
  87. Infrared 2 480x270 @ 6Hz Y8
  88. Infrared 2 424x240 @ 90Hz Y8
  89. Infrared 2 424x240 @ 60Hz Y8
  90. Infrared 2 424x240 @ 30Hz Y8
  91. Infrared 2 424x240 @ 15Hz Y8
  92. Infrared 2 424x240 @ 6Hz Y8
  93. Infrared 2 256x144 @ 300Hz Y8
  94. Infrared 2 256x144 @ 90Hz Y8
  95. Depth 1280x720 @ 30Hz Z16
  96. Depth 1280x720 @ 15Hz Z16
  97. Depth 1280x720 @ 6Hz Z16
  98. Depth 848x480 @ 90Hz Z16
  99. Depth 848x480 @ 60Hz Z16
  100. Depth 848x480 @ 30Hz Z16
  101. Depth 848x480 @ 15Hz Z16
  102. Depth 848x480 @ 6Hz Z16
  103. Depth 848x100 @ 300Hz Z16
  104. Depth 848x100 @ 100Hz Z16
  105. Depth 640x480 @ 90Hz Z16
  106. Depth 640x480 @ 60Hz Z16
  107. Depth 640x480 @ 30Hz Z16
  108. Depth 640x480 @ 15Hz Z16
  109. Depth 640x480 @ 6Hz Z16
  110. Depth 640x360 @ 90Hz Z16
  111. Depth 640x360 @ 60Hz Z16
  112. Depth 640x360 @ 30Hz Z16
  113. Depth 640x360 @ 15Hz Z16
  114. Depth 640x360 @ 6Hz Z16
  115. Depth 480x270 @ 90Hz Z16
  116. Depth 480x270 @ 60Hz Z16
  117. Depth 480x270 @ 30Hz Z16
  118. Depth 480x270 @ 15Hz Z16
  119. Depth 480x270 @ 6Hz Z16
  120. Depth 424x240 @ 90Hz Z16
  121. Depth 424x240 @ 60Hz Z16
  122. Depth 424x240 @ 30Hz Z16
  123. Depth 424x240 @ 15Hz Z16
  124. Depth 424x240 @ 6Hz Z16
  125. Depth 256x144 @ 300Hz Z16
  126. Depth 256x144 @ 90Hz Z16
  127. Stream Profiles supported by RGB Camera
  128. Supported modes:
  129. stream resolution fps format
  130. Color 1920x1080 @ 30Hz RGB8
  131. Color 1920x1080 @ 30Hz Y16
  132. Color 1920x1080 @ 30Hz BGRA8
  133. Color 1920x1080 @ 30Hz RGBA8
  134. Color 1920x1080 @ 30Hz BGR8
  135. Color 1920x1080 @ 30Hz YUYV
  136. Color 1920x1080 @ 15Hz RGB8
  137. Color 1920x1080 @ 15Hz Y16
  138. Color 1920x1080 @ 15Hz BGRA8
  139. Color 1920x1080 @ 15Hz RGBA8
  140. Color 1920x1080 @ 15Hz BGR8
  141. Color 1920x1080 @ 15Hz YUYV
  142. Color 1920x1080 @ 6Hz RGB8
  143. Color 1920x1080 @ 6Hz Y16
  144. Color 1920x1080 @ 6Hz BGRA8
  145. Color 1920x1080 @ 6Hz RGBA8
  146. Color 1920x1080 @ 6Hz BGR8
  147. Color 1920x1080 @ 6Hz YUYV
  148. Color 1280x720 @ 30Hz RGB8
  149. Color 1280x720 @ 30Hz Y16
  150. Color 1280x720 @ 30Hz BGRA8
  151. Color 1280x720 @ 30Hz RGBA8
  152. Color 1280x720 @ 30Hz BGR8
  153. Color 1280x720 @ 30Hz YUYV
  154. Color 1280x720 @ 15Hz RGB8
  155. Color 1280x720 @ 15Hz Y16
  156. Color 1280x720 @ 15Hz BGRA8
  157. Color 1280x720 @ 15Hz RGBA8
  158. Color 1280x720 @ 15Hz BGR8
  159. Color 1280x720 @ 15Hz YUYV
  160. Color 1280x720 @ 6Hz RGB8
  161. Color 1280x720 @ 6Hz Y16
  162. Color 1280x720 @ 6Hz BGRA8
  163. Color 1280x720 @ 6Hz RGBA8
  164. Color 1280x720 @ 6Hz BGR8
  165. Color 1280x720 @ 6Hz YUYV
  166. Color 960x540 @ 60Hz RGB8
  167. Color 960x540 @ 60Hz Y16
  168. Color 960x540 @ 60Hz BGRA8
  169. Color 960x540 @ 60Hz RGBA8
  170. Color 960x540 @ 60Hz BGR8
  171. Color 960x540 @ 60Hz YUYV
  172. Color 960x540 @ 30Hz RGB8
  173. Color 960x540 @ 30Hz Y16
  174. Color 960x540 @ 30Hz BGRA8
  175. Color 960x540 @ 30Hz RGBA8
  176. Color 960x540 @ 30Hz BGR8
  177. Color 960x540 @ 30Hz YUYV
  178. Color 960x540 @ 15Hz RGB8
  179. Color 960x540 @ 15Hz Y16
  180. Color 960x540 @ 15Hz BGRA8
  181. Color 960x540 @ 15Hz RGBA8
  182. Color 960x540 @ 15Hz BGR8
  183. Color 960x540 @ 15Hz YUYV
  184. Color 960x540 @ 6Hz RGB8
  185. Color 960x540 @ 6Hz Y16
  186. Color 960x540 @ 6Hz BGRA8
  187. Color 960x540 @ 6Hz RGBA8
  188. Color 960x540 @ 6Hz BGR8
  189. Color 960x540 @ 6Hz YUYV
  190. Color 848x480 @ 60Hz RGB8
  191. Color 848x480 @ 60Hz Y16
  192. Color 848x480 @ 60Hz BGRA8
  193. Color 848x480 @ 60Hz RGBA8
  194. Color 848x480 @ 60Hz BGR8
  195. Color 848x480 @ 60Hz YUYV
  196. Color 848x480 @ 30Hz RGB8
  197. Color 848x480 @ 30Hz Y16
  198. Color 848x480 @ 30Hz BGRA8
  199. Color 848x480 @ 30Hz RGBA8
  200. Color 848x480 @ 30Hz BGR8
  201. Color 848x480 @ 30Hz YUYV
  202. Color 848x480 @ 15Hz RGB8
  203. Color 848x480 @ 15Hz Y16
  204. Color 848x480 @ 15Hz BGRA8
  205. Color 848x480 @ 15Hz RGBA8
  206. Color 848x480 @ 15Hz BGR8
  207. Color 848x480 @ 15Hz YUYV
  208. Color 848x480 @ 6Hz RGB8
  209. Color 848x480 @ 6Hz Y16
  210. Color 848x480 @ 6Hz BGRA8
  211. Color 848x480 @ 6Hz RGBA8
  212. Color 848x480 @ 6Hz BGR8
  213. Color 848x480 @ 6Hz YUYV
  214. Color 640x480 @ 60Hz RGB8
  215. Color 640x480 @ 60Hz Y16
  216. Color 640x480 @ 60Hz BGRA8
  217. Color 640x480 @ 60Hz RGBA8
  218. Color 640x480 @ 60Hz BGR8
  219. Color 640x480 @ 60Hz YUYV
  220. Color 640x480 @ 30Hz RGB8
  221. Color 640x480 @ 30Hz Y16
  222. Color 640x480 @ 30Hz BGRA8
  223. Color 640x480 @ 30Hz RGBA8
  224. Color 640x480 @ 30Hz BGR8
  225. Color 640x480 @ 30Hz YUYV
  226. Color 640x480 @ 15Hz RGB8
  227. Color 640x480 @ 15Hz Y16
  228. Color 640x480 @ 15Hz BGRA8
  229. Color 640x480 @ 15Hz RGBA8
  230. Color 640x480 @ 15Hz BGR8
  231. Color 640x480 @ 15Hz YUYV
  232. Color 640x480 @ 6Hz RGB8
  233. Color 640x480 @ 6Hz Y16
  234. Color 640x480 @ 6Hz BGRA8
  235. Color 640x480 @ 6Hz RGBA8
  236. Color 640x480 @ 6Hz BGR8
  237. Color 640x480 @ 6Hz YUYV
  238. Color 640x360 @ 60Hz RGB8
  239. Color 640x360 @ 60Hz Y16
  240. Color 640x360 @ 60Hz BGRA8
  241. Color 640x360 @ 60Hz RGBA8
  242. Color 640x360 @ 60Hz BGR8
  243. Color 640x360 @ 60Hz YUYV
  244. Color 640x360 @ 30Hz RGB8
  245. Color 640x360 @ 30Hz Y16
  246. Color 640x360 @ 30Hz BGRA8
  247. Color 640x360 @ 30Hz RGBA8
  248. Color 640x360 @ 30Hz BGR8
  249. Color 640x360 @ 30Hz YUYV
  250. Color 640x360 @ 15Hz RGB8
  251. Color 640x360 @ 15Hz Y16
  252. Color 640x360 @ 15Hz BGRA8
  253. Color 640x360 @ 15Hz RGBA8
  254. Color 640x360 @ 15Hz BGR8
  255. Color 640x360 @ 15Hz YUYV
  256. Color 640x360 @ 6Hz RGB8
  257. Color 640x360 @ 6Hz Y16
  258. Color 640x360 @ 6Hz BGRA8
  259. Color 640x360 @ 6Hz RGBA8
  260. Color 640x360 @ 6Hz BGR8
  261. Color 640x360 @ 6Hz YUYV
  262. Color 424x240 @ 60Hz RGB8
  263. Color 424x240 @ 60Hz Y16
  264. Color 424x240 @ 60Hz BGRA8
  265. Color 424x240 @ 60Hz RGBA8
  266. Color 424x240 @ 60Hz BGR8
  267. Color 424x240 @ 60Hz YUYV
  268. Color 424x240 @ 30Hz RGB8
  269. Color 424x240 @ 30Hz Y16
  270. Color 424x240 @ 30Hz BGRA8
  271. Color 424x240 @ 30Hz RGBA8
  272. Color 424x240 @ 30Hz BGR8
  273. Color 424x240 @ 30Hz YUYV
  274. Color 424x240 @ 15Hz RGB8
  275. Color 424x240 @ 15Hz Y16
  276. Color 424x240 @ 15Hz BGRA8
  277. Color 424x240 @ 15Hz RGBA8
  278. Color 424x240 @ 15Hz BGR8
  279. Color 424x240 @ 15Hz YUYV
  280. Color 424x240 @ 6Hz RGB8
  281. Color 424x240 @ 6Hz Y16
  282. Color 424x240 @ 6Hz BGRA8
  283. Color 424x240 @ 6Hz RGBA8
  284. Color 424x240 @ 6Hz BGR8
  285. Color 424x240 @ 6Hz YUYV
  286. Color 320x240 @ 60Hz RGB8
  287. Color 320x240 @ 60Hz Y16
  288. Color 320x240 @ 60Hz BGRA8
  289. Color 320x240 @ 60Hz RGBA8
  290. Color 320x240 @ 60Hz BGR8
  291. Color 320x240 @ 60Hz YUYV
  292. Color 320x240 @ 30Hz RGB8
  293. Color 320x240 @ 30Hz Y16
  294. Color 320x240 @ 30Hz BGRA8
  295. Color 320x240 @ 30Hz RGBA8
  296. Color 320x240 @ 30Hz BGR8
  297. Color 320x240 @ 30Hz YUYV
  298. Color 320x240 @ 6Hz RGB8
  299. Color 320x240 @ 6Hz Y16
  300. Color 320x240 @ 6Hz BGRA8
  301. Color 320x240 @ 6Hz RGBA8
  302. Color 320x240 @ 6Hz BGR8
  303. Color 320x240 @ 6Hz YUYV
  304. Color 320x180 @ 60Hz RGB8
  305. Color 320x180 @ 60Hz Y16
  306. Color 320x180 @ 60Hz BGRA8
  307. Color 320x180 @ 60Hz RGBA8
  308. Color 320x180 @ 60Hz BGR8
  309. Color 320x180 @ 60Hz YUYV
  310. Color 320x180 @ 30Hz RGB8
  311. Color 320x180 @ 30Hz Y16
  312. Color 320x180 @ 30Hz BGRA8
  313. Color 320x180 @ 30Hz RGBA8
  314. Color 320x180 @ 30Hz BGR8
  315. Color 320x180 @ 30Hz YUYV
  316. Color 320x180 @ 6Hz RGB8
  317. Color 320x180 @ 6Hz Y16
  318. Color 320x180 @ 6Hz BGRA8
  319. Color 320x180 @ 6Hz RGBA8
  320. Color 320x180 @ 6Hz BGR8
  321. Color 320x180 @ 6Hz YUYV
  322. Stream Profiles supported by Motion Module
  323. Supported modes:
  324. stream resolution fps format
  325. Accel N/A @ 250Hz MOTION_XYZ32F
  326. Accel N/A @ 63Hz MOTION_XYZ32F
  327. Gyro N/A @ 400Hz MOTION_XYZ32F
  328. Gyro N/A @ 200Hz MOTION_XYZ32F
  329. Intrinsic Parameters:
  330. Intrinsic of "Depth" / 256x144 / {Z16}
  331. Width: 256
  332. Height: 144
  333. PPX: 124.671081542969
  334. PPY: 75.4661865234375
  335. Fx: 635.711242675781
  336. Fy: 635.711242675781
  337. Distortion: Brown Conrady
  338. Coeffs: 0 0 0 0 0
  339. FOV (deg): 22.77 x 12.92
  340. Intrinsic of "Depth" / 424x240 / {Z16}
  341. Width: 424
  342. Height: 240
  343. PPX: 210.89729309082
  344. PPY: 121.148178100586
  345. Fx: 210.579345703125
  346. Fy: 210.579345703125
  347. Distortion: Brown Conrady
  348. Coeffs: 0 0 0 0 0
  349. FOV (deg): 90.39 x 59.35
  350. Intrinsic of "Depth" / 480x270 / {Z16}
  351. Width: 480
  352. Height: 270
  353. PPX: 238.751647949219
  354. PPY: 136.299819946289
  355. Fx: 238.391723632812
  356. Fy: 238.391723632812
  357. Distortion: Brown Conrady
  358. Coeffs: 0 0 0 0 0
  359. FOV (deg): 90.38 x 59.04
  360. Intrinsic of "Depth" / 640x360 / {Z16}
  361. Width: 640
  362. Height: 360
  363. PPX: 318.335540771484
  364. PPY: 181.733093261719
  365. Fx: 317.855621337891
  366. Fy: 317.855621337891
  367. Distortion: Brown Conrady
  368. Coeffs: 0 0 0 0 0
  369. FOV (deg): 90.38 x 59.04
  370. Intrinsic of "Depth" / 640x480 / {Z16}
  371. Width: 640
  372. Height: 480
  373. PPX: 318.002655029297
  374. PPY: 242.079711914062
  375. Fx: 381.4267578125
  376. Fy: 381.4267578125
  377. Distortion: Brown Conrady
  378. Coeffs: 0 0 0 0 0
  379. FOV (deg): 79.99 x 64.36
  380. Intrinsic of "Depth" / 848x100 / {Z16}
  381. Width: 848
  382. Height: 100
  383. PPX: 421.794586181641
  384. PPY: 52.2963562011719
  385. Fx: 421.15869140625
  386. Fy: 421.15869140625
  387. Distortion: Brown Conrady
  388. Coeffs: 0 0 0 0 0
  389. FOV (deg): 90.38 x 13.54
  390. Intrinsic of "Depth" / 848x480 / {Z16}
  391. Width: 848
  392. Height: 480
  393. PPX: 421.794586181641
  394. PPY: 242.296356201172
  395. Fx: 421.15869140625
  396. Fy: 421.15869140625
  397. Distortion: Brown Conrady
  398. Coeffs: 0 0 0 0 0
  399. FOV (deg): 90.38 x 59.35
  400. Intrinsic of "Depth" / 1280x720 / {Z16}
  401. Width: 1280
  402. Height: 720
  403. PPX: 636.671081542969
  404. PPY: 363.466186523438
  405. Fx: 635.711242675781
  406. Fy: 635.711242675781
  407. Distortion: Brown Conrady
  408. Coeffs: 0 0 0 0 0
  409. FOV (deg): 90.38 x 59.04
  410. Intrinsic of "Color" / 320x180 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y16}
  411. Width: 320
  412. Height: 180
  413. PPX: 161.122665405273
  414. PPY: 86.5624389648438
  415. Fx: 227.984909057617
  416. Fy: 227.9404296875
  417. Distortion: Inverse Brown Conrady
  418. Coeffs: 0 0 0 0 0
  419. FOV (deg): 70.12 x 43.09
  420. Intrinsic of "Color" / 320x240 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y16}
  421. Width: 320
  422. Height: 240
  423. PPX: 161.496887207031
  424. PPY: 115.416580200195
  425. Fx: 303.979858398438
  426. Fy: 303.920562744141
  427. Distortion: Inverse Brown Conrady
  428. Coeffs: 0 0 0 0 0
  429. FOV (deg): 55.52 x 43.09
  430. Intrinsic of "Color" / 424x240 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y16}
  431. Width: 424
  432. Height: 240
  433. PPX: 213.496887207031
  434. PPY: 115.416580200195
  435. Fx: 303.979858398438
  436. Fy: 303.920562744141
  437. Distortion: Inverse Brown Conrady
  438. Coeffs: 0 0 0 0 0
  439. FOV (deg): 69.78 x 43.09
  440. Intrinsic of "Color" / 640x360 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y16}
  441. Width: 640
  442. Height: 360
  443. PPX: 322.245330810547
  444. PPY: 173.124877929688
  445. Fx: 455.969818115234
  446. Fy: 455.880859375
  447. Distortion: Inverse Brown Conrady
  448. Coeffs: 0 0 0 0 0
  449. FOV (deg): 70.12 x 43.09
  450. Intrinsic of "Color" / 640x480 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y16}
  451. Width: 640
  452. Height: 480
  453. PPX: 322.993774414062
  454. PPY: 230.833160400391
  455. Fx: 607.959716796875
  456. Fy: 607.841125488281
  457. Distortion: Inverse Brown Conrady
  458. Coeffs: 0 0 0 0 0
  459. FOV (deg): 55.52 x 43.09
  460. Intrinsic of "Color" / 848x480 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y16}
  461. Width: 848
  462. Height: 480
  463. PPX: 426.993774414062
  464. PPY: 230.833160400391
  465. Fx: 607.959716796875
  466. Fy: 607.841125488281
  467. Distortion: Inverse Brown Conrady
  468. Coeffs: 0 0 0 0 0
  469. FOV (deg): 69.78 x 43.09
  470. Intrinsic of "Color" / 960x540 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y16}
  471. Width: 960
  472. Height: 540
  473. PPX: 483.367980957031
  474. PPY: 259.687316894531
  475. Fx: 683.954711914062
  476. Fy: 683.8212890625
  477. Distortion: Inverse Brown Conrady
  478. Coeffs: 0 0 0 0 0
  479. FOV (deg): 70.12 x 43.09
  480. Intrinsic of "Color" / 1280x720 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y16}
  481. Width: 1280
  482. Height: 720
  483. PPX: 644.490661621094
  484. PPY: 346.249755859375
  485. Fx: 911.939636230469
  486. Fy: 911.76171875
  487. Distortion: Inverse Brown Conrady
  488. Coeffs: 0 0 0 0 0
  489. FOV (deg): 70.12 x 43.09
  490. Intrinsic of "Color" / 1920x1080 / {YUYV/RGB8/BGR8/RGBA8/BGRA8/Y16}
  491. Width: 1920
  492. Height: 1080
  493. PPX: 966.735961914062
  494. PPY: 519.374633789062
  495. Fx: 1367.90942382812
  496. Fy: 1367.642578125
  497. Distortion: Inverse Brown Conrady
  498. Coeffs: 0 0 0 0 0
  499. FOV (deg): 70.12 x 43.08
  500. Intrinsic of "Infrared 1" / 256x144 / {Y8}
  501. Width: 256
  502. Height: 144
  503. PPX: 124.671081542969
  504. PPY: 75.4661865234375
  505. Fx: 635.711242675781
  506. Fy: 635.711242675781
  507. Distortion: Brown Conrady
  508. Coeffs: 0 0 0 0 0
  509. FOV (deg): 22.77 x 12.92
  510. Intrinsic of "Infrared 1" / 424x240 / {Y8}
  511. Width: 424
  512. Height: 240
  513. PPX: 210.89729309082
  514. PPY: 121.148178100586
  515. Fx: 210.579345703125
  516. Fy: 210.579345703125
  517. Distortion: Brown Conrady
  518. Coeffs: 0 0 0 0 0
  519. FOV (deg): 90.39 x 59.35
  520. Intrinsic of "Infrared 1" / 480x270 / {Y8}
  521. Width: 480
  522. Height: 270
  523. PPX: 238.751647949219
  524. PPY: 136.299819946289
  525. Fx: 238.391723632812
  526. Fy: 238.391723632812
  527. Distortion: Brown Conrady
  528. Coeffs: 0 0 0 0 0
  529. FOV (deg): 90.38 x 59.04
  530. Intrinsic of "Infrared 1" / 640x360 / {Y8}
  531. Width: 640
  532. Height: 360
  533. PPX: 318.335540771484
  534. PPY: 181.733093261719
  535. Fx: 317.855621337891
  536. Fy: 317.855621337891
  537. Distortion: Brown Conrady
  538. Coeffs: 0 0 0 0 0
  539. FOV (deg): 90.38 x 59.04
  540. Intrinsic of "Infrared 1" / 640x480 / {Y8}
  541. Width: 640
  542. Height: 480
  543. PPX: 318.002655029297
  544. PPY: 242.079711914062
  545. Fx: 381.4267578125
  546. Fy: 381.4267578125
  547. Distortion: Brown Conrady
  548. Coeffs: 0 0 0 0 0
  549. FOV (deg): 79.99 x 64.36
  550. Intrinsic of "Infrared 1" / 848x100 / {Y8}
  551. Width: 848
  552. Height: 100
  553. PPX: 421.794586181641
  554. PPY: 52.2963562011719
  555. Fx: 421.15869140625
  556. Fy: 421.15869140625
  557. Distortion: Brown Conrady
  558. Coeffs: 0 0 0 0 0
  559. FOV (deg): 90.38 x 13.54
  560. Intrinsic of "Infrared 1" / 848x480 / {Y8}
  561. Width: 848
  562. Height: 480
  563. PPX: 421.794586181641
  564. PPY: 242.296356201172
  565. Fx: 421.15869140625
  566. Fy: 421.15869140625
  567. Distortion: Brown Conrady
  568. Coeffs: 0 0 0 0 0
  569. FOV (deg): 90.38 x 59.35
  570. Intrinsic of "Infrared 1" / 1280x720 / {Y8}
  571. Width: 1280
  572. Height: 720
  573. PPX: 636.671081542969
  574. PPY: 363.466186523438
  575. Fx: 635.711242675781
  576. Fy: 635.711242675781
  577. Distortion: Brown Conrady
  578. Coeffs: 0 0 0 0 0
  579. FOV (deg): 90.38 x 59.04
  580. Intrinsic of "Infrared 1" / 1280x800 / {Y8}
  581. Width: 1280
  582. Height: 800
  583. PPX: 636.671081542969
  584. PPY: 403.466186523438
  585. Fx: 635.711242675781
  586. Fy: 635.711242675781
  587. Distortion: Brown Conrady
  588. Coeffs: 0 0 0 0 0
  589. FOV (deg): 90.38 x 64.36
  590. Intrinsic of "Infrared 2" / 256x144 / {Y8}
  591. Width: 256
  592. Height: 144
  593. PPX: 124.671081542969
  594. PPY: 75.4661865234375
  595. Fx: 635.711242675781
  596. Fy: 635.711242675781
  597. Distortion: Brown Conrady
  598. Coeffs: 0 0 0 0 0
  599. FOV (deg): 22.77 x 12.92
  600. Intrinsic of "Infrared 2" / 424x240 / {Y8}
  601. Width: 424
  602. Height: 240
  603. PPX: 210.89729309082
  604. PPY: 121.148178100586
  605. Fx: 210.579345703125
  606. Fy: 210.579345703125
  607. Distortion: Brown Conrady
  608. Coeffs: 0 0 0 0 0
  609. FOV (deg): 90.39 x 59.35
  610. Intrinsic of "Infrared 2" / 480x270 / {Y8}
  611. Width: 480
  612. Height: 270
  613. PPX: 238.751647949219
  614. PPY: 136.299819946289
  615. Fx: 238.391723632812
  616. Fy: 238.391723632812
  617. Distortion: Brown Conrady
  618. Coeffs: 0 0 0 0 0
  619. FOV (deg): 90.38 x 59.04
  620. Intrinsic of "Infrared 2" / 640x360 / {Y8}
  621. Width: 640
  622. Height: 360
  623. PPX: 318.335540771484
  624. PPY: 181.733093261719
  625. Fx: 317.855621337891
  626. Fy: 317.855621337891
  627. Distortion: Brown Conrady
  628. Coeffs: 0 0 0 0 0
  629. FOV (deg): 90.38 x 59.04
  630. Intrinsic of "Infrared 2" / 640x480 / {Y8}
  631. Width: 640
  632. Height: 480
  633. PPX: 318.002655029297
  634. PPY: 242.079711914062
  635. Fx: 381.4267578125
  636. Fy: 381.4267578125
  637. Distortion: Brown Conrady
  638. Coeffs: 0 0 0 0 0
  639. FOV (deg): 79.99 x 64.36
  640. Intrinsic of "Infrared 2" / 848x100 / {Y8}
  641. Width: 848
  642. Height: 100
  643. PPX: 421.794586181641
  644. PPY: 52.2963562011719
  645. Fx: 421.15869140625
  646. Fy: 421.15869140625
  647. Distortion: Brown Conrady
  648. Coeffs: 0 0 0 0 0
  649. FOV (deg): 90.38 x 13.54
  650. Intrinsic of "Infrared 2" / 848x480 / {Y8}
  651. Width: 848
  652. Height: 480
  653. PPX: 421.794586181641
  654. PPY: 242.296356201172
  655. Fx: 421.15869140625
  656. Fy: 421.15869140625
  657. Distortion: Brown Conrady
  658. Coeffs: 0 0 0 0 0
  659. FOV (deg): 90.38 x 59.35
  660. Intrinsic of "Infrared 2" / 1280x720 / {Y8}
  661. Width: 1280
  662. Height: 720
  663. PPX: 636.671081542969
  664. PPY: 363.466186523438
  665. Fx: 635.711242675781
  666. Fy: 635.711242675781
  667. Distortion: Brown Conrady
  668. Coeffs: 0 0 0 0 0
  669. FOV (deg): 90.38 x 59.04
  670. Intrinsic of "Infrared 2" / 1280x800 / {Y8}
  671. Width: 1280
  672. Height: 800
  673. PPX: 636.671081542969
  674. PPY: 403.466186523438
  675. Fx: 635.711242675781
  676. Fy: 635.711242675781
  677. Distortion: Brown Conrady
  678. Coeffs: 0 0 0 0 0
  679. FOV (deg): 90.38 x 64.36
  680. Motion Intrinsic Parameters:
  681. Motion Intrinsic of "Gyro" MOTION_XYZ32F
  682. Bias Variances: 0.000000000000000 0.000000000000000 0.000000000000000
  683. Noise Variances: 0.000000000000000 0.000000000000000 0.000000000000000
  684. Sensitivity :
  685. 1.000000 0.000000 0.000000 0.000000
  686. 0.000000 1.000000 0.000000 0.000000
  687. 0.000000 0.000000 1.000000 0.000000
  688. Motion Intrinsic of "Accel" MOTION_XYZ32F
  689. Bias Variances: 0.000000000000000 0.000000000000000 0.000000000000000
  690. Noise Variances: 0.000000000000000 0.000000000000000 0.000000000000000
  691. Sensitivity :
  692. 1.000000 0.000000 0.000000 0.000000
  693. 0.000000 1.000000 0.000000 0.000000
  694. 0.000000 0.000000 1.000000 0.000000
  695. Extrinsic Parameters:
  696. Extrinsic from "Depth" To "Depth" :
  697. Rotation Matrix:
  698. 1 0 0
  699. 0 1 0
  700. 0 0 1
  701. Translation Vector: 0 0 0
  702. Extrinsic from "Depth" To "Color" :
  703. Rotation Matrix:
  704. 0.999654 0.0262549 0.00146348
  705. -0.0262588 0.999652 0.00269019
  706. -0.00139234 -0.00272768 0.999995
  707. Translation Vector: 0.0149013074114919 -0.000272490200586617 3.13341515720822e-05
  708. Extrinsic from "Depth" To "Infrared 1" :
  709. Rotation Matrix:
  710. 1 0 0
  711. 0 1 0
  712. 0 0 1
  713. Translation Vector: 0 0 0
  714. Extrinsic from "Depth" To "Infrared 2" :
  715. Rotation Matrix:
  716. 1 0 0
  717. 0 1 0
  718. 0 0 1
  719. Translation Vector: 0 0 0
  720. Extrinsic from "Depth" To "Gyro" :
  721. Rotation Matrix:
  722. 1 0 0
  723. 0 1 0
  724. 0 0 1
  725. Translation Vector: -0.00552000012248755 0.00510000018402934 0.011739999987185
  726. Extrinsic from "Depth" To "Accel" :
  727. Rotation Matrix:
  728. 1 0 0
  729. 0 1 0
  730. 0 0 1
  731. Translation Vector: -0.00552000012248755 0.00510000018402934 0.011739999987185
  732. Extrinsic from "Color" To "Depth" :
  733. Rotation Matrix:
  734. 0.999654 -0.0262588 -0.00139234
  735. 0.0262549 0.999652 -0.00272768
  736. 0.00146348 0.00269019 0.999995
  737. Translation Vector: -0.0149032659828663 -0.000118751668196637 -5.24087845406029e-05
  738. Extrinsic from "Color" To "Color" :
  739. Rotation Matrix:
  740. 1 0 0
  741. 0 1 0
  742. 0 0 1
  743. Translation Vector: 0 0 0
  744. Extrinsic from "Color" To "Infrared 1" :
  745. Rotation Matrix:
  746. 0.999654 -0.0262588 -0.00139234
  747. 0.0262549 0.999652 -0.00272768
  748. 0.00146348 0.00269019 0.999995
  749. Translation Vector: -0.0149032659828663 -0.000118751668196637 -5.24087845406029e-05
  750. Extrinsic from "Color" To "Infrared 2" :
  751. Rotation Matrix:
  752. 0.999654 -0.0262588 -0.00139234
  753. 0.0262549 0.999652 -0.00272768
  754. 0.00146348 0.00269019 0.999995
  755. Translation Vector: -0.0149032659828663 -0.000118751668196637 -5.24087845406029e-05
  756. Extrinsic from "Color" To "Gyro" :
  757. Rotation Matrix:
  758. 0.999654 -0.0262588 -0.00139234
  759. 0.0262549 0.999652 -0.00272768
  760. 0.00146348 0.00269019 0.999995
  761. Translation Vector: -0.0204232670366764 0.00498124863952398 0.0116875907406211
  762. Extrinsic from "Color" To "Accel" :
  763. Rotation Matrix:
  764. 0.999654 -0.0262588 -0.00139234
  765. 0.0262549 0.999652 -0.00272768
  766. 0.00146348 0.00269019 0.999995
  767. Translation Vector: -0.0204232670366764 0.00498124863952398 0.0116875907406211
  768. Extrinsic from "Infrared 1" To "Depth" :
  769. Rotation Matrix:
  770. 1 0 0
  771. 0 1 0
  772. 0 0 1
  773. Translation Vector: 0 0 0
  774. Extrinsic from "Infrared 1" To "Color" :
  775. Rotation Matrix:
  776. 0.999654 0.0262549 0.00146348
  777. -0.0262588 0.999652 0.00269019
  778. -0.00139234 -0.00272768 0.999995
  779. Translation Vector: 0.0149013074114919 -0.000272490200586617 3.13341515720822e-05
  780. Extrinsic from "Infrared 1" To "Infrared 1" :
  781. Rotation Matrix:
  782. 1 0 0
  783. 0 1 0
  784. 0 0 1
  785. Translation Vector: 0 0 0
  786. Extrinsic from "Infrared 1" To "Infrared 2" :
  787. Rotation Matrix:
  788. 1 0 0
  789. 0 1 0
  790. 0 0 1
  791. Translation Vector: -0.0496295988559723 0 0
  792. Extrinsic from "Infrared 1" To "Gyro" :
  793. Rotation Matrix:
  794. 1 0 0
  795. 0 1 0
  796. 0 0 1
  797. Translation Vector: -0.00552000012248755 0.00510000018402934 0.011739999987185
  798. Extrinsic from "Infrared 1" To "Accel" :
  799. Rotation Matrix:
  800. 1 0 0
  801. 0 1 0
  802. 0 0 1
  803. Translation Vector: -0.00552000012248755 0.00510000018402934 0.011739999987185
  804. Extrinsic from "Infrared 2" To "Depth" :
  805. Rotation Matrix:
  806. 1 0 0
  807. 0 1 0
  808. 0 0 1
  809. Translation Vector: 0.0496295988559723 0 0
  810. Extrinsic from "Infrared 2" To "Color" :
  811. Rotation Matrix:
  812. 0.999654 0.0262549 0.00146348
  813. -0.0262588 0.999652 0.00269019
  814. -0.00139234 -0.00272768 0.999995
  815. Translation Vector: 0.0645137503743172 -0.00157570256851614 -3.77673059119843e-05
  816. Extrinsic from "Infrared 2" To "Infrared 1" :
  817. Rotation Matrix:
  818. 1 0 0
  819. 0 1 0
  820. 0 0 1
  821. Translation Vector: 0.0496295988559723 0 0
  822. Extrinsic from "Infrared 2" To "Infrared 2" :
  823. Rotation Matrix:
  824. 1 0 0
  825. 0 1 0
  826. 0 0 1
  827. Translation Vector: 0 0 0
  828. Extrinsic from "Infrared 2" To "Gyro" :
  829. Rotation Matrix:
  830. 1 0 0
  831. 0 1 0
  832. 0 0 1
  833. Translation Vector: 0.0441095978021622 0.00510000018402934 0.011739999987185
  834. Extrinsic from "Infrared 2" To "Accel" :
  835. Rotation Matrix:
  836. 1 0 0
  837. 0 1 0
  838. 0 0 1
  839. Translation Vector: 0.0441095978021622 0.00510000018402934 0.011739999987185
  840. Extrinsic from "Gyro" To "Depth" :
  841. Rotation Matrix:
  842. 1 0 0
  843. 0 1 0
  844. 0 0 1
  845. Translation Vector: 0.00552000012248755 -0.00510000018402934 -0.011739999987185
  846. Extrinsic from "Gyro" To "Color" :
  847. Rotation Matrix:
  848. 0.999654 0.0262549 0.00146348
  849. -0.0262588 0.999652 0.00269019
  850. -0.00139234 -0.00272768 0.999995
  851. Translation Vector: 0.0202683173120022 -0.00554724456742406 -0.0117023847997189
  852. Extrinsic from "Gyro" To "Infrared 1" :
  853. Rotation Matrix:
  854. 1 0 0
  855. 0 1 0
  856. 0 0 1
  857. Translation Vector: 0.00552000012248755 -0.00510000018402934 -0.011739999987185
  858. Extrinsic from "Gyro" To "Infrared 2" :
  859. Rotation Matrix:
  860. 1 0 0
  861. 0 1 0
  862. 0 0 1
  863. Translation Vector: 0.00552000012248755 -0.00510000018402934 -0.011739999987185
  864. Extrinsic from "Gyro" To "Gyro" :
  865. Rotation Matrix:
  866. 1 0 0
  867. 0 1 0
  868. 0 0 1
  869. Translation Vector: 0 0 0
  870. Extrinsic from "Gyro" To "Accel" :
  871. Rotation Matrix:
  872. 1 0 0
  873. 0 1 0
  874. 0 0 1
  875. Translation Vector: 0 0 0
  876. Extrinsic from "Accel" To "Depth" :
  877. Rotation Matrix:
  878. 1 0 0
  879. 0 1 0
  880. 0 0 1
  881. Translation Vector: 0.00552000012248755 -0.00510000018402934 -0.011739999987185
  882. Extrinsic from "Accel" To "Color" :
  883. Rotation Matrix:
  884. 0.999654 0.0262549 0.00146348
  885. -0.0262588 0.999652 0.00269019
  886. -0.00139234 -0.00272768 0.999995
  887. Translation Vector: 0.0202683173120022 -0.00554724456742406 -0.0117023847997189
  888. Extrinsic from "Accel" To "Infrared 1" :
  889. Rotation Matrix:
  890. 1 0 0
  891. 0 1 0
  892. 0 0 1
  893. Translation Vector: 0.00552000012248755 -0.00510000018402934 -0.011739999987185
  894. Extrinsic from "Accel" To "Infrared 2" :
  895. Rotation Matrix:
  896. 1 0 0
  897. 0 1 0
  898. 0 0 1
  899. Translation Vector: 0.00552000012248755 -0.00510000018402934 -0.011739999987185
  900. Extrinsic from "Accel" To "Gyro" :
  901. Rotation Matrix:
  902. 1 0 0
  903. 0 1 0
  904. 0 0 1
  905. Translation Vector: 0 0 0
  906. Extrinsic from "Accel" To "Accel" :
  907. Rotation Matrix:
  908. 1 0 0
  909. 0 1 0
  910. 0 0 1
  911. Translation Vector: 0 0 0
  912. maxi@maxi:~$

至于为什么vins的双目IMU的标定参数,相机和IMU的是一个4*4的矩阵,而D435i给出的顶多是一个3*3的旋转矩阵和一个3*1的平移向量,而之前同事说是可以用D435i自己的标定参数去跑vins的,说明上面列出的D435i的标定参数是用得上的,我仔细观察到那个4*4的矩阵最后都是0 0 0 1,也就是没有实际的数值,实际数值还是12个,那么就对上了,所以我推测,写成4*4的是为了把旋转矩阵和平移向量写到一个矩阵里面表示。

https://blog.csdn.net/sinat_16643223/article/details/115362074

 https://blog.csdn.net/sinat_16643223/article/details/115276730

而且我怀疑旋转矩阵,平移向量对应的位置如下,因为差别明显,旋转矩阵可能没有怎么标定就给111了,代表方向都一致,那么剩下三个不是整数的应该是平移矩阵了。

而且具体平移向量三个数的顺序,明显左镜头相比于IMU和右边相机相比于IMU的平移向量,第一个数组相差很大,这第一个数字就体现了某个方向上的距离。

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/article/detail/59605
推荐阅读
相关标签
  

闽ICP备14008679号