amorphousphage / bowleye

BowlEye is a camera based bowling ball tracking software which allows you to visualize the path of the bowling ball going down the lane and record a close-up video of the pin action
GNU General Public License v3.0
0 stars 0 forks source link

Optimize the storage of Tracking Data #6

Open amorphousphage opened 6 days ago

amorphousphage commented 6 days ago

Tracking data generated by the ball_tracker is currently stored in a json file and read by the GUI after every shot, which is very ineffective. This could be re-programmed to be more efficient.