photonvision
photonvision copied to clipboard
PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.
From [the feedback thread:](https://www.chiefdelphi.com/t/photonvision-2024-feedback/464375/3?u=deltadizzy) > More definition of the units in the docs would be great. Me and my team had a lot of trouble configuring robotToCam this year due...
Uses logic in https://github.com/PhotonVision/photon-libcamera-gl-driver/pull/16 to push the ov9281 down to its true minimum exposure. Updates UI to list the exposure settings in ~~microseconds.~~ Native units - not everyone works in...
From issue #538 this is mdurrani808's suggested fix (and I think it looks good) that no one has implemented yet. It adds the number of the pipeline, starting at 0,...
Should help narrow down root cause of settings loss
When cameras are distant from AprilTags, it's quite common to have very high pose ambiguities, leading to significant deviations in estimated pose. Since the PhotonPoseEstimator calls `camera.getLatestResult()` internally, there's no...
WIP. Respective driver PR [here](https://github.com/PhotonVision/photon-libcamera-gl-driver/pull/4)
A few optimizations in the strategy logic and lots of formatting from clang format