You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
308 B
14 lines
308 B
10 months ago
|
# Visual Tracking
|
||
|
|
||
|
Hold a QR code into view of the camera.
|
||
|
It should be visually highlighted in real-time.
|
||
|
Use the track function select below to change the flavor.
|
||
|
|
||
|
<ClientOnly>
|
||
|
<DemoWrapper component="CustomTracking" />
|
||
|
</ClientOnly>
|
||
|
|
||
|
### Source
|
||
|
|
||
|
<<< @/docs/.vuepress/components/demos/CustomTracking.vue
|