The open source OpenXR runtime
0
fork

Configure Feed

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

d/vive: Demote watchman timeout error message to trace

It's desirable to support running without basestations without spamming messages.

authored by

Christoph Haag and committed by
Christoph Haag
ae070363 3a68f60d

+2 -1
+2 -1
src/xrt/drivers/vive/vive_device.c
··· 681 681 682 682 int ret = os_hid_read(d->watchman_dev, buffer, sizeof(buffer), 1000); 683 683 if (ret == 0) { 684 - VIVE_ERROR(d, "Watchman device timed out."); 684 + // basestations not present/powered off 685 + VIVE_TRACE(d, "Watchman device timed out."); 685 686 return true; 686 687 } 687 688 if (ret < 0) {