The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/wmr: Clarify struct layout (NFC)

+3 -1
+3 -1
src/xrt/drivers/wmr/wmr_protocol.h
··· 41 41 #define WMR_CONTROL_MSG_IPD_VALUE 0x01 42 42 #define WMR_CONTROL_MSG_UNKNOWN_05 0x05 43 43 44 + 44 45 static const unsigned char hololens_sensors_imu_on[64] = {0x02, 0x07}; 46 + 45 47 46 48 struct hololens_sensors_packet 47 49 { 48 50 uint8_t id; 49 51 uint16_t temperature[4]; 50 52 uint64_t gyro_timestamp[4]; 51 - int16_t gyro[3][32]; 53 + int16_t gyro[3][4 * 8]; 52 54 uint64_t accel_timestamp[4]; 53 55 int32_t accel[3][4]; 54 56 uint64_t video_timestamp[4];