Skip to content

enisgetmez/FRC-Vision-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRC-Vision-Processing

Raspberry Pi Instructions

Always good practice to update everything before you install stuff:

sudo apt-get update

sudo apt-get upgrade

Install opencv and dependencies

sudo apt install python-numpy python-opencv libopencv-dev

Install Pynetworktables for RoboRIO communication

pip install pynetworktables

How to using converter.py for Color Values

command :

converter.py python converter.py R G B

Example :

python converter.py 131 6 24

Releases

No releases published

Packages

No packages published