PhotonVision / photonvision

PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.
https://photonvision.org
GNU General Public License v3.0
274 stars 190 forks source link

Dont send targets or cal images to UI #1200

Closed mcm001 closed 9 months ago

mcm001 commented 9 months ago

Reduces bandwidth requirements by being much lazier about how much calibration data is sent to the UI.

Trying to export cal or settings over robot wifi still sucks and is super slow. I think a modal to show this during calibration export makes sense?

image

also adds warnings on export time image image

mcm001 commented 9 months ago

Closes #1198