Skip to content

Computer vision utility to process pool games.

Notifications You must be signed in to change notification settings

Raybeam/poolcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poolcam

A client application for reading and processing images from the pool server.

Setup

Install opencv 3.x (be sure to include FFMPEG support)

Running

just python main.py

if you want to run a local mjpeg server to serve the rendered results, run:

python main.py --server

Developing

All of what we know about a game is contained in GameInfo. Update the docs as you add stuff

pool_util.py contains functions to help us do image processing.

GameInfo uses pool_util to turn an image into information.

It's a good policy to have GameInfo store the last known good information it has.

About

Computer vision utility to process pool games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages