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

Test Live displaying of the debugging image #5

Open amorphousphage opened 1 month ago

amorphousphage commented 1 month ago

The recorder and ball_tracker use an image difference from a reference frame to a current frame to be able to detect a circle corresponding to the ball. In order to let the user troubleshoot settings, it should be possible to obtain a live view of these difference frames (here called debugging image). The code was already written to implement this, but it must be tested.