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.
This commit is contained in:
Declan
2023-01-07 06:17:58 -08:00
committed by GitHub
parent 11f5069148
commit beaee9f6c0

View File

@@ -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)"
/>
</v-col>