Skip to content

This project can be used to signal your robot during autonomous mode using computer vision and the webcam on your driver station laptop. This is very similar to the Kinect but requires no extra hardware or USB ports.

bsilver8192/CheesyVision

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

CheesyVision

This project can be used to signal your robot during autonomous mode using computer vision and the webcam on your driver station laptop. This is very similar to the Kinect but requires no extra hardware or USB ports.

To run the program, simply install the dependencies listed below (if using Linux or Mac OS X, you can get these packages via apt or homebrew). Then, double click the cheesyvision.py icon to launch the program (if you want it to communicate with your robot, edit the source code so that it tries to connect to your teams' cRIO).

##Requirements

  1. ####Python 2.7
  1. ####Numpy
  1. ####OpenCV

About

This project can be used to signal your robot during autonomous mode using computer vision and the webcam on your driver station laptop. This is very similar to the Kinect but requires no extra hardware or USB ports.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.1%
  • Java 34.9%