How to reset the extended Tracking?

So after user scanned the trained image, how do we reset the the extended tracking so user can re scan the trained image again?

Hi @nabilizzularif,

You can use Z.Device.reset() in your parent symbol to close the experience and set the device back to the zapcode / QR code scanning mode:

George

1 Like

Oh okay, thank you very much George