![]() |
OrbbecSDK2 2.0.2
OrbbecSDK2: New generation Software-Development-Kit for Orbbec 3D-Sensor devices
|
加速度计 / 陀螺仪采样数据定义 更多...
#include <ob2types.h>
Public 属性 | |
uint64_t | timestamp_usec |
float | temperature |
degrees celsius 更多... | |
float | x |
unit for accel sample: g; unit for gyro dgrees/sec (dps) 更多... | |
float | y |
float | z |
加速度计 / 陀螺仪采样数据定义
在文件 ob2types.h 第 877 行定义.
uint64_t ob2_accel_sample_t::timestamp_usec |
在文件 ob2types.h 第 878 行定义.
float ob2_accel_sample_t::temperature |
degrees celsius
在文件 ob2types.h 第 879 行定义.
float ob2_accel_sample_t::x |
unit for accel sample: g; unit for gyro dgrees/sec (dps)
在文件 ob2types.h 第 880 行定义.
float ob2_accel_sample_t::y |
在文件 ob2types.h 第 881 行定义.
float ob2_accel_sample_t::z |
在文件 ob2types.h 第 882 行定义.