// Use this for initialization
 void Start()
 {
     ARUWPUtils.aruwpRegisterLogCallback(Log);
     ARUWPUtils.aruwpSetLogLevel((int)currentLogLevel);
     lastTick  = Time.time;
     deltaTime = 0;
     startWebcam();
     startARUWP();
 }