From e03ec862a85717555314a6a4a0444749af6045b0 Mon Sep 17 00:00:00 2001 From: Chris Gerth Date: Wed, 9 Nov 2022 23:01:58 -0500 Subject: [PATCH] disallowed non-integer decimation (#573) --- photon-client/src/views/PipelineViews/AprilTagTab.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/photon-client/src/views/PipelineViews/AprilTagTab.vue b/photon-client/src/views/PipelineViews/AprilTagTab.vue index 84d54e2a6..b07d6eba7 100644 --- a/photon-client/src/views/PipelineViews/AprilTagTab.vue +++ b/photon-client/src/views/PipelineViews/AprilTagTab.vue @@ -14,9 +14,9 @@ class="pt-2" slider-cols="8" name="Decimate" - min="0" - max="3" - step=".5" + min="1" + max="8" + step="1.0" tooltip="Increases FPS at the expense of range by reducing image resolution initially" @input="handlePipelineData('decimate')" />