The open source OpenXR runtime
0
fork

Configure Feed

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

d/wmr: Wait 3 seconds for Odyssey+ display

+1 -1
+1 -1
src/xrt/drivers/wmr/wmr_hmd.c
··· 752 752 "Sleep until the HMD display is powered up, so the available displays can be enumerated by the host " 753 753 "system."); 754 754 755 - os_nanosleep(U_TIME_1MS_IN_NS * 2000); 755 + os_nanosleep(3L * U_TIME_1S_IN_NS); 756 756 757 757 return 0; 758 758 }