Skip to content

Commit 77bf5bd

Browse files
authored
Update Dashboard to reflect Calibration Rotation Changes (PhotonVision#2370)
Around a year ago, this PR PhotonVision#1277 added checks to make sure that users weren't enabling camera rotation when they calibrated their cameras as a stop gap to Issue PhotonVision#1084 However PR PhotonVision#1464 has resolved this issue (see PhotonVision#1084 (comment)) and I wanted to update the orientation tooltip in the dashboard to reflect this.
1 parent 3a9cdf7 commit 77bf5bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

photon-client/src/components/dashboard/tabs/InputTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const interactiveCols = computed(() =>
171171
<pv-select
172172
v-model="useCameraSettingsStore().currentPipelineSettings.inputImageRotationMode"
173173
label="Orientation"
174-
tooltip="Rotates the camera stream. Rotation not available when camera has been calibrated."
174+
tooltip="Rotates the camera stream"
175175
:items="cameraRotations"
176176
:select-cols="interactiveCols"
177177
@update:modelValue="

0 commit comments

Comments
 (0)