phrack / ShootOFF-legacy

An open source framework to enhance laser dry fire training.
BSD 4-Clause "Original" or "Old" License
30 stars 17 forks source link

Time length of shot detection algorithm and adjust the wait time based on it. #29

Closed phrack closed 10 years ago

phrack commented 10 years ago

Shot detection does not currently run as often as the user configures because it is actually run at rate = configured time + run time of the algorithm.

phrack commented 10 years ago

After taking measurements this is deemed to be unnecessary. Even with constrained resources the shot detection algorithm runs in about 5 milliseconds and the shot detection rate is usually at least 20x that.