phrack / ShootOFF

A virtual shooting range to enhance laser dry fire training.
http://shootoffapp.com
GNU General Public License v3.0
133 stars 71 forks source link

Log shots and shot debugging information while debugging videos are being recorded #694

Open cbdmaul opened 7 years ago

cbdmaul commented 7 years ago

It would reduce the amount of time to make tests and revise shot detection if this information was logged along with the videos. I would think this wouldn't be very hard to implement? Raise shot detection classes to trace and send to file until the recording is stopped. I wouldn't think it would harm processing any more than recording the frames does.

cbdmaul commented 7 years ago

I thought about this more and it's really only useful if we enable debugShotsToFiles during that period and write them to a zip or something. So maybe leave this open as reminder for a future improvement but not deal with it for 4.0