From beaee9f6c048e92d5bcea24b05c542fb7734d95c Mon Sep 17 00:00:00 2001 From: Declan Date: Sat, 7 Jan 2023 06:17:58 -0800 Subject: [PATCH] Don't give ArUco as an option in the UI, for now (#713) Seems to be broken on things going through the libcamera path. Odd. Hopefully we can re-enable this later on. --- .../src/components/pipeline/CameraAndPipelineSelect.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photon-client/src/components/pipeline/CameraAndPipelineSelect.vue b/photon-client/src/components/pipeline/CameraAndPipelineSelect.vue index 4e2cc5e1a..2619e38af 100644 --- a/photon-client/src/components/pipeline/CameraAndPipelineSelect.vue +++ b/photon-client/src/components/pipeline/CameraAndPipelineSelect.vue @@ -153,7 +153,7 @@ v-model="currentPipelineType" name="Type" tooltip="Changes the pipeline type, which changes the type of processing that will happen on input frames" - :list="['Reflective Tape', 'Colored Shape', 'AprilTag', 'Aruco']" + :list="['Reflective Tape', 'Colored Shape', 'AprilTag']" @input="e => showTypeDialog(e)" />