Skip to content

FRC-1799/Note-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photon Vision's Note Detection, April Tag Detection, and Robot Position Estimator

This code is indended to be used alongside Photon Vision. Photon Vision will take frames from a connected camera, check whether certain objects are in the frame, and send the information about these objects to Network Tables. By pulling this information down using PhotonLibPy, we can run PhotonPoseEstimator to figure out the location of objects and the robot.

Steps to start Photon Vision

  1. Install a Jar file from this release page. A Jar file is not included in this repo as it is too large to push from Github Desktop
    • I recommend version 2024.3.1 as it is not a beta and works the best.
  2. Install PhotonLibPy using pip install PhotonLibPy or pip3 install PhotonLibPy
  3. Run the Jar file by navigating to the directory of the file in your Terminal and run java -jar C:\path\to\photonvision\NAME OF JAR FILE GOES HERE.jar
    • For example, if you ran my recommended version of PhotonLib, the command would be java -jar photonvision-v2024.3.1-winx64.jar
  4. Once the Jar file is running (meaning the backend of the UI is running), navigate to localhost:5800 in order to view the UI.

NOTE: If you are using an operating system that is not Windows, these steps may vary, so navigate to Software Installation to see all other ways of installation

About

Note detection added in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages