Skip to content

Some improvements for HTC Vive Pro Eye.

Mario Kleiner requested to merge kleinerm/monado:viveproeyetweaks into main

While testing with a loaned HTC Vive Pro Eye and its two Wand controllers, i found some small things to improve:

  1. Recognize slightly different Wand controller name string.
  2. Parse button state for the audio control buttons on the Vive Pro Eye HMD headphones.

This makes the controllers work and the audio buttons recognized.

One additional finding is that Monado's vive driver complains about wrong gyro ranges on the HMD, while it is happy with the IMU ranges of the controllers. Strangely it didn't have any obvious effect on actual orientation tracking during simple tests. These are the warnings i get:

 WARN [vive_get_imu_range_report] Gyroscope or accelerometer range too large.
 WARN [vive_get_imu_range_report] Gyroscope: 177
 WARN [vive_get_imu_range_report] Accelerometer: 112

Thanks.

Merge request reports