mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-30 02:31:40 +00:00
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:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user