예제 #1
0
파일: QRCam.cs 프로젝트: xsvonjhs/VOMO
 public override void Start()
 {
     // Request barcodes // NOTE: Since 1.5, you must request metadata before calling Play()
     NatCam.DetectBarcode(OnBarcode, format, false);
     // Base
     base.Start();
 }