Skip to content

KC-Zhang/RSX_Computer_Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

To run the program, cd to the directory and use the following command:

python3 ball_tracking.py -v "the video's path"

It requires python3, imutils, and opencv3

Currently it is set to 5 frame per second, to change fps, simply change the wait time (ms) in the following command at the bottom of the code (line 103):

key = cv2.waitKey(200) & 0xFF

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages