diff --git a/photon-client/src/components/pipeline/CameraAndPipelineSelect.vue b/photon-client/src/components/pipeline/CameraAndPipelineSelect.vue index 4e2cc5e1a1..2619e38afe 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)" />