Skip to content

Commit

Permalink
UI switch use interactiveCols
Browse files Browse the repository at this point in the history
Co-authored-by: Sriman Achanta <[email protected]>
  • Loading branch information
amquake and srimanachanta committed Oct 20, 2023
1 parent 225b9ac commit a163ac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions photon-client/src/components/dashboard/tabs/ArucoTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const interactiveCols = computed(
class="pt-2"
label="Refine Corners"
tooltip="Further refine the initial corners with subpixel accuracy."
:switch-cols="interactiveCols"
@input="(value) => useCameraSettingsStore().changeCurrentPipelineSetting({ useCornerRefinement: value }, false)"
/>
<pv-range-slider
Expand Down Expand Up @@ -74,6 +75,7 @@ const interactiveCols = computed(
class="pt-2"
label="Debug Threshold"
tooltip="Display the first threshold step to the color stream."
:switch-cols="interactiveCols"
@input="(value) => useCameraSettingsStore().changeCurrentPipelineSetting({ debugThreshold: value }, false)"
/>
</div>
Expand Down

0 comments on commit a163ac2

Please sign in to comment.