The tracked device status packets from VRDeviceDaemon have a boolean "isTracked" property that indicates whether the device currently has valid tracking data, i.e., position/orientation/linear and angular velocity. Ideally, this status should be indicated in the monitor panel in real time.
For example, via a tri-state display:
- Grey bullet: device is not connected
- Blue bullet: device is connected (and has battery state if applicable), but is not tracked
- Green bullet: device is connected and currently tracked
... or something similar.
The tracked device status packets from VRDeviceDaemon have a boolean "isTracked" property that indicates whether the device currently has valid tracking data, i.e., position/orientation/linear and angular velocity. Ideally, this status should be indicated in the monitor panel in real time.
For example, via a tri-state display:
... or something similar.