1

We create an application with HelloWorld sample that scans QR codes and uses the database. But we want to do it without touch event. The current situation, we have to use touch event to scan QR code. Is it about HelloWorld sample or our application? How can we solve it? Thank you for your interest.

Tuğçe Acar
  • 29
  • 1
  • 7
  • Why do you need to use touch event? Is it to trigger the scan? If so, you can program your application in a way that will continuously scan. – Max Abrahamsson Jul 28 '16 at 08:11
  • Yes now, we use touch event to trigger the scan. But how can we program our application to continuously scan? What do you suggest? – Tuğçe Acar Jul 28 '16 at 10:40
  • You need to take the part of the code you use to do QR scanning. Then you should run this for every image frame that you receive from the glasses. – Max Abrahamsson Jul 28 '16 at 12:20

1 Answers1

0

We solved the problem with using SamplaCameraExtension Sample. We moved all codes to SampleCameraExtension so now the program is running smoothly

Tuğçe Acar
  • 29
  • 1
  • 7