Use QR Code Scanner to scan for attendance

Hi everyone,

I have generated unique QR codes based on email of participants. I would like to use the in-built Glide scanner to scan these QR codes for attendance. How could I achieve this?

Thank you.

You might want to take a look at the Glide official documentation about the scanner feature : University

If you want to scan many barcodes one right after the other, Glide recommends the Scanner component, which keeps the user’s camera on and ready to scan. Each scan will use 5 updates.

2 Likes

Thank you Maxime and Carbonsquare. I found a way to query the email based on the list of scans to mark the attendance.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.