示例#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();
 }