The open source OpenXR runtime
0
fork

Configure Feed

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

drv/android: Fill in xrt_device str.

+1
+1
src/xrt/drivers/android/android_sensors.c
··· 243 243 d->base.compute_distortion = android_device_compute_distortion; 244 244 d->base.inputs[0].name = XRT_INPUT_GENERIC_HEAD_POSE; 245 245 d->base.device_type = XRT_DEVICE_TYPE_HMD; 246 + snprintf(d->base.str, XRT_DEVICE_NAME_LEN, "Android Sensors"); 246 247 247 248 d->ll = debug_get_log_option_android_log(); 248 249