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
263 stars 184 forks source link

Disable camera orientation option when camera is calibrated #1277

Closed philltran closed 6 months ago

philltran commented 6 months ago

This is a stop gap for issue #1084. The input option is disabled for camera rotation when the active camera has been calibrated based on useCameraSettingsStore().isCurrentVideoFormatCalibrated

Long term fix should be to use the rotation data for calibrated camera pipelines.

philltran commented 6 months ago

@mcm001 Thanks for your help with this! I will make sure to run the linter next time.