Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Alpha Release #5.5.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@HipsterSloth HipsterSloth released this 14 Nov 01:41
· 624 commits to master since this release

PR #273 by gb2111 Ignore opposing cameras in camera triangulation

  • Can reduce tracking jitter cause by bad triangulation between camera pairs that are facing each other
  • Useful with 3 or 4 camera configuration
  • Enabled with "excluded_opposed_cameras" flag in TrackerManagerConfig.json
  • Set to false by default

Fixed issue with recenter button not respecting the 250ms delay

  • Holding SELECT for >= 250ms should trigger a controller recenter
  • However there was a bug in the button logic (PRESS and DOWN were swapped) that caused the delay to be ignored
  • This is problematic if you had SELECT mapped to other actions