Skip to content

Used for fine tuning values used for vision processing on some FRC robots

License

Notifications You must be signed in to change notification settings

NicolasNewman/FRC-Vision-Tuner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vision Tuner

The intent of this project is to aid in fine tuning values used for FRC Team 4500's vision pipeline.

Installing

  1. Navigate to this repo's releases and download the version for your system.
  2. Extract the contents to a desired directory.
  3. Run the executable

Getting Started

TODO

Prerequisites for building

If you wish to make changes to the project, the following are needed:

# 1) Make sure Python 3, pip3, and the Python3-dev are installed on your OS
# 2) Execute the following command:
pip3 install numpy==1.15.4 opencv-python==3.4.5.20 PyQt5 pyqt5-tools pyinstaller

Building

Pyinstaller is used to build the executable files. To generate an executable for Windows, run build_windows.bat. To generate an executable for Linux, run build_linux.sh. The executable is stored in output/dist/

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Used for fine tuning values used for vision processing on some FRC robots

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages