Update Dashboard to reflect Calibration Rotation Changes (#2370)

Around a year ago, this PR #1277 added checks to make sure that users
weren't enabling camera rotation when they calibrated their cameras as a
stop gap to Issue #1084

However PR #1464 has resolved this issue (see
https://github.com/PhotonVision/photonvision/issues/1084#issuecomment-2477580204)
and I wanted to update the orientation tooltip in the dashboard to
reflect this.
This commit is contained in:
Vishruth Rao
2026-02-19 18:44:53 -08:00
committed by GitHub
parent 3a9cdf7732
commit 77bf5bd1e3

View File

@@ -171,7 +171,7 @@ const interactiveCols = computed(() =>
<pv-select
v-model="useCameraSettingsStore().currentPipelineSettings.inputImageRotationMode"
label="Orientation"
tooltip="Rotates the camera stream. Rotation not available when camera has been calibrated."
tooltip="Rotates the camera stream"
:items="cameraRotations"
:select-cols="interactiveCols"
@update:modelValue="