argonjs / argon-app

Source code for the Argon4 AR Web Browser

Home Page:https://app.argonjs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with XR Branch on iPhone 6s

JanOwiesniak opened this issue · comments

I tried to compile the argon-app (master branch) for my iPhone 6s but it is not working, probably because dependency issues between node, typescript and nativescript.

It all ends up with a lot of typescript warnings and errors. So I looked at the other branches and figured out that you are working on an xr branch which seems to be very up-to-date (it even includes Vuforia 7).

So I switch the xr branch and tried to compile there. The package.json includes one dependency which points to my a system (../argon-private).

I didn’t have this dep. on my local system so I just removed all the occurrences in the code (it is used in utils for vuforia stuff -> decrypt and getInternalVuforiaKey)

I changed the code to this:

export const canDecrypt = false;

export function decrypt(encryptedData:string) : Promise<string> {
  return Promise.reject(new Error("This build of Argon is incapable of decrypting messages."))
}

export function getInternalVuforiaKey() : string|undefined {
  return config.DEBUG_VUFORIA_LICENSE_KEY;
}

I set my DEBUG_VUFORIA_LICENSE_KEY as well and started to rebuild the project for iOS again.

I was surprised because it “just" worked. So I jumped into Xcode to let it run on my iPhone 6s. The application started but there are at least 2 bugs.

  1. The camera screen does not use the whole screen size
  2. Vuforia is not working (at least the stone image target example can not detect the stone)

I really appreciate any kind of help. Me starting the app on my phone.

This is what Xcode gives me:

2018-10-19 16:10:02.994176+0200 argonapp[6381:666873] [DYMTLInitPlatform] platform initialization successful
2018-10-19 16:10:03.121013+0200 argonapp[6381:666704] Metal GPU Frame Capture Enabled
2018-10-19 16:10:03.122178+0200 argonapp[6381:666704] Metal API Validation Enabled
2018-10-19 16:10:03.225145+0200 argonapp[6381:666704] debug: shaderName=(Background), shaderFileTYpe=(vertsh)
2018-10-19 16:10:03.227075+0200 argonapp[6381:666704] debug: shaderPath=(/var/containers/Bundle/Application/BA3408D0-E628-478E-B748-70836612B691/argonapp.app/Frameworks/Vuforia.framework/Background.vertsh)
2018-10-19 16:10:03.235065+0200 argonapp[6381:666704] debug: shaderHandle=(1)
2018-10-19 16:10:03.251654+0200 argonapp[6381:666704] debug: shaderName=(Background), shaderFileTYpe=(fragsh)
2018-10-19 16:10:03.251820+0200 argonapp[6381:666704] debug: shaderPath=(/var/containers/Bundle/Application/BA3408D0-E628-478E-B748-70836612B691/argonapp.app/Frameworks/Vuforia.framework/Background.fragsh)
2018-10-19 16:10:03.252435+0200 argonapp[6381:666704] debug: shaderHandle=(2)
NativeScript could not load bundle file:///System/Library/Frameworks/CoreNFC.framework
2018-10-19 16:10:05.298643+0200 argonapp[6381:666704] CONSOLE LOG file:///app/app-model.js:439:20: Loading from saved application state:
{"uiMode":"hidden","favorites":[{"class":"BookmarkItem","title":"WebXR Samples","uri":"https://examples.webxrexperiments.com","icon":"","isFavorite":true,"overrideTitle":true},{"class":"BookmarkItem","title":"Argon Samples","uri":"https://samples.argonjs.io/","icon":"https://argonjs.io/img/apple-icon-180x180.png","isFavorite":true,"overrideTitle":true},{"class":"BookmarkItem","title":"AFrame + Argon Samples","uri":"https://aframe.argonjs.io/","icon":"https://argonjs.io/img/apple-icon-180x180.png","isFavorite":true,"overrideTitle":true},{"class":"BookmarkItem","title":"Credits","uri":"http://www.argonjs.io/#support","icon":"http://www.argonjs.io/img/apple-icon-180x180.png","isFavorite":true,"overrideTitle":true}],"layers":[{"class":"LayerDetails","src":"reality:live","xrImmersiveMode":"reality"},{"class":"LayerDetails","src":"https://samples.argonjs.io/vuforia/index.html","xrImmersiveMode":"none"}]}

CONSOLE LOG file:///app/app-model.js:439:20: Loading from saved application state:
{"uiMode":"hidden","favorites":[{"class":"BookmarkItem","title":"WebXR Samples","uri":"https://examples.webxrexperiments.com","icon":"","isFavorite":true,"overrideTitle":true},{"class":"BookmarkItem","title":"Argon Samples","uri":"https://samples.argonjs.io/","icon":"https://argonjs.io/img/apple-icon-180x180.png","isFavorite":true,"overrideTitle":true},{"class":"BookmarkItem","title":"AFrame + Argon Samples","uri":"https://aframe.argonjs.io/","icon":"https://argonjs.io/img/apple-icon-180x180.png","isFavorite":true,"overrideTitle":true},{"class":"BookmarkItem","title":"Credits","uri":"http://www.argonjs.io/#support","icon":"http://www.argonjs.io/img/apple-icon-180x180.png","isFavorite":true,"overrideTitle":true}],"layers":[{"class":"LayerDetails","src":"reality:live","xrImmersiveMode":"reality"},{"class":"LayerDetails","src":"https://samples.argonjs.io/vuforia/index.html","xrImmersiveMode":"none"}]}
2018-10-19 16:10:05.300074+0200 argonapp[6381:666704] CONSOLE LOG file:///app/app-model.js:458:24: Successfully restored application settings!

CONSOLE LOG file:///app/app-model.js:458:24: Successfully restored application settings!
2018-10-19 16:10:05.314312+0200 argonapp[6381:666861] Task <28CB7D88-65FD-4A6D-B508-2955835201C7>.<1> finished with error - code: -1002
2018-10-19 16:10:05.318353+0200 argonapp[6381:666861] Task <A568F168-F0BC-4C44-8CFB-50A950F39313>.<2> finished with error - code: -1002
2018-10-19 16:10:05.657956+0200 argonapp[6381:666704] CONSOLE LOG file:///app/app-model.js:139:24: TypeError: Network request failed: unsupported URL

CONSOLE LOG file:///app/app-model.js:139:24: TypeError: Network request failed: unsupported URL
2018-10-19 16:10:05.658827+0200 argonapp[6381:666704] CONSOLE LOG file:///app/app-model.js:139:24: TypeError: Network request failed: unsupported URL

CONSOLE LOG file:///app/app-model.js:139:24: TypeError: Network request failed: unsupported URL
2018-10-19 16:10:05.943516+0200 argonapp[6381:666704] CONSOLE LOG file:///app/components/browser-view.js:218:20: SORTED LAYERS

CONSOLE LOG file:///app/components/browser-view.js:218:20: SORTED LAYERS
2018-10-19 16:10:06.274040+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:671:20: Vuforia: Set controlling layer to null

CONSOLE LOG file:///app/xr-device.js:671:20: Vuforia: Set controlling layer to null
2018-10-19 16:10:06.336674+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:724:20: Vuforia: Resuming session null...

CONSOLE LOG file:///app/xr-device.js:724:20: Vuforia: Resuming session null...
2018-10-19 16:10:06.337944+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:571:24: Vuforia: initializing...

CONSOLE LOG file:///app/xr-device.js:571:24: Vuforia: initializing...
2018-10-19 16:10:06.474051+0200 argonapp[6381:666895] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
2018-10-19 16:10:06.475751+0200 argonapp[6381:666895] [MC] Reading from public effective user settings.
2018-10-19 16:10:06.484128+0200 argonapp[6381:666895] User pre-granted access to the camera
2018-10-19 16:10:06.484215+0200 argonapp[6381:666895] INFO/AR(6381) 2018-10-20 16:10:06: Vuforia selected rendering API OpenGL ES 2.x
2018-10-19 16:10:06.484247+0200 argonapp[6381:666895] INFO/AR(6381) 2018-10-20 16:10:06: Vuforia SDK version 7.5.20
2018-10-19 16:10:06.665072+0200 argonapp[6381:666895] INFO/AR(6381) 2018-10-20 16:10:06: Matched precache profile for Apple, iPhone8,1, iOS 12, 750.1
2018-10-19 16:10:07.506395+0200 argonapp[6381:666895] INFO/AR(6381) 2018-10-20 16:10:07: Vuforia Fusion: Detected and enabled use of ARKit
2018-10-19 16:10:07.506858+0200 argonapp[6381:666895] Rendering mode set to: OpenGL ES 2.0
2018-10-19 16:10:07.524360+0200 argonapp[6381:666895] Rendering mode set to: OpenGL ES 2.0
2018-10-19 16:10:07.609001+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:07.609267+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:07.609411+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:07.609430+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:07.609670+0200 argonapp[6381:666704] DEBUG/AR(6381) Could not find a UIView with CAEAGLLayer or CAMetalLayer layer class that responds to selector renderFrameVuforia
2018-10-19 16:10:07.628810+0200 argonapp[6381:666704] INFO/AR(6381) 2018-10-20 16:10:07: Matched precache profile for Apple, iPhone8,1, iOS 12, 750.1
2018-10-19 16:10:07.628982+0200 argonapp[6381:666704] INFO/AR(6381) 2018-10-20 16:10:07: Vuforia Fusion: Detected and enabled use of ARKit
2018-10-19 16:10:07.629137+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:07.629161+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:07.629271+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:07.629290+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:07.629329+0200 argonapp[6381:666704] DEBUG/AR(6381) Could not find a UIView with CAEAGLLayer or CAMetalLayer layer class that responds to selector renderFrameVuforia
2018-10-19 16:10:07.635204+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:573:28: Vuforia: Init Result: 100

CONSOLE LOG file:///app/xr-device.js:573:28: Vuforia: Init Result: 100
2018-10-19 16:10:07.826314+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:594:28: Vuforia: initializing camera device...

CONSOLE LOG file:///app/xr-device.js:594:28: Vuforia: initializing camera device...
2018-10-19 16:10:07.848153+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:07.848226+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:07.848338+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:07.848362+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:07.848411+0200 argonapp[6381:666704] DEBUG/AR(6381) Could not find a UIView with CAEAGLLayer or CAMetalLayer layer class that responds to selector renderFrameVuforia
2018-10-19 16:10:07.848468+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:07: Failed to set target fps 60
2018-10-19 16:10:08.404433+0200 argonapp[6381:666704] CONSOLE LOG file:///app/tns_modules/nativescript-vuforia/vuforia.js:50:20: Resuming Vuforia

CONSOLE LOG file:///app/tns_modules/nativescript-vuforia/vuforia.js:50:20: Resuming Vuforia
2018-10-19 16:10:08.421731+0200 argonapp[6381:666704] INFO/AR(6381) 2018-10-20 16:10:08: Matched precache profile for Apple, iPhone8,1, iOS 12, 750.1
2018-10-19 16:10:08.422026+0200 argonapp[6381:666704] INFO/AR(6381) 2018-10-20 16:10:08: Vuforia Fusion: Detected and enabled use of ARKit
2018-10-19 16:10:08.422199+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:08.422225+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:08.422336+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:08.422355+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:08.422469+0200 argonapp[6381:666704] DEBUG/AR(6381) Could not find a UIView with CAEAGLLayer or CAMetalLayer layer class that responds to selector renderFrameVuforia
2018-10-19 16:10:08.422588+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:08.422620+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:08.422667+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:08.422686+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:08.422726+0200 argonapp[6381:666704] DEBUG/AR(6381) Could not find a UIView with CAEAGLLayer or CAMetalLayer layer class that responds to selector renderFrameVuforia
2018-10-19 16:10:08.633316+0200 argonapp[6381:666989] [Sensor] ARImageSensor (<ARImageSensor: 0x282a26eb0>) failed to start!
2018-10-19 16:10:08.634772+0200 argonapp[6381:666989] [Session] Session (0x105aa4810): did fail with error: Error Domain=com.apple.arkit.error Code=102 "Required sensor failed." UserInfo={NSLocalizedRecoverySuggestion=Make sure that the application has the required privacy settings., NSLocalizedDescription=Required sensor failed., NSLocalizedFailureReason=A sensor failed to deliver the required input.}
2018-10-19 16:10:08.642644+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.682272+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.689346+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.692405+0200 argonapp[6381:666989] TIC TCP Conn Failed [8:0x282d11140]: 12:8 Err(-65554)
2018-10-19 16:10:08.693770+0200 argonapp[6381:666989] Task <2098E669-F5A4-4C3E-9372-6F810E2FFFD0>.<15> HTTP load failed (error code: -1003 [12:8])
2018-10-19 16:10:08.693937+0200 argonapp[6381:666989] Task <2098E669-F5A4-4C3E-9372-6F810E2FFFD0>.<15> finished with error - code: -1003
2018-10-19 16:10:08.694623+0200 argonapp[6381:666704] CONSOLE LOG file:///app/app-model.js:139:24: TypeError: Network request failed: A server with the specified hostname could not be found.

CONSOLE LOG file:///app/app-model.js:139:24: TypeError: Network request failed: A server with the specified hostname could not be found.
2018-10-19 16:10:08.710227+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.723451+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.741662+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.758809+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.774414+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.788308+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.808381+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.821615+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.841553+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.858218+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.874749+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.888177+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.904875+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.921593+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.938202+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.954931+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.971577+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:08.988313+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:08: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.004931+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.021534+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.038056+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.054571+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.071415+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.087899+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.104614+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.121285+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.138074+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.154727+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.171599+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.188235+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.205074+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.222239+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.239902+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.254940+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.272110+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.289344+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.305978+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.321647+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.338283+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.355523+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.371469+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.388297+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.404944+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.421970+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.438644+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.456392+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.471491+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.488285+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.505004+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.521613+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.538239+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.559575+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.571397+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.588136+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.605363+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.621348+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.637919+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.654573+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.671273+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.687919+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.704699+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.721264+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.738048+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.754720+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.771356+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.788013+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.804761+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.821451+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.838106+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.855056+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.871659+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.888331+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.905231+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.921665+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.938173+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.954758+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.971453+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:09.988113+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:09: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.005179+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.021508+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.038059+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.054723+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.071363+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.088022+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.104938+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.121449+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.138130+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.155008+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.171684+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.188378+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.205008+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.221803+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.238365+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.254996+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.271794+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.288739+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.304955+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.321485+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.338154+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.354770+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.371480+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.388135+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.404996+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.421416+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.438092+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.454706+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.471401+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.488163+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.504944+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.521412+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.538047+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.554705+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.571386+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.588231+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.604830+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.621408+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.638154+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.654823+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.671306+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.688214+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.704754+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.721470+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.738248+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.754859+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.772105+0200 argonapp[6381:666704] CONSOLE LOG file:///app/tns_modules/argon-web-view/argon-web-view-common.js:99:24: Unable to handle message for topic ar.session.open

CONSOLE LOG file:///app/tns_modules/argon-web-view/argon-web-view-common.js:99:24: Unable to handle message for topic ar.session.open
2018-10-19 16:10:10.772661+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.788282+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.804767+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.817902+0200 argonapp[6381:666704] CONSOLE LOG file:///app/tns_modules/argon-web-view/argon-web-view-common.js:99:24: Unable to handle message for topic ar.vuforia.isAvailable

CONSOLE LOG file:///app/tns_modules/argon-web-view/argon-web-view-common.js:99:24: Unable to handle message for topic ar.vuforia.isAvailable
2018-10-19 16:10:10.821614+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.838214+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.854840+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.871583+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.888210+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.913282+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.921505+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.938188+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.954840+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.971480+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:10.988210+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:10: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.004800+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.021436+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.038480+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.055308+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.071512+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.088340+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.105986+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.121521+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.138357+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.154899+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.171504+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.188222+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.204802+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.221525+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.238432+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.254860+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.271561+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.288380+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.305471+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.321898+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.345458+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.354954+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.371603+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.388337+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.405311+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.421555+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.438326+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.454912+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.471600+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.501791+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.504906+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.522008+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.540179+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.559751+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.572071+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.588296+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.604955+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.621419+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.638117+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.654815+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.671602+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.688060+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.704866+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.721477+0200 argonapp[6381:666704] ERROR/AR(6381) 2018-10-20 16:10:11: Failed to do hit test. DeviceTracker seems to not have been started.
2018-10-19 16:10:11.726685+0200 argonapp[6381:666704] INFO/AR(6381) 2018-10-20 16:10:11: Starting camera with profile for iPhone8,1, 750.1
=================================================================
Main Thread Checker: UI API called on a background thread: -[UIApplication applicationState]
PID: 6381, TID: 666988, Thread name: (none), Queue name: nativescript_vuforia_render_queue, QoS: 0
Backtrace:
4   Vuforia                             0x00000001045a62f4 -[VuforiaVideoView renderFrame:renderingPrimitives:] + 200
5   Vuforia                             0x00000001045a0bdc __25+[VuforiaSession _render]_block_invoke + 364
6   libdispatch.dylib                   0x000000010557f840 _dispatch_call_block_and_release + 24
7   libdispatch.dylib                   0x0000000105580de4 _dispatch_client_callout + 16
8   libdispatch.dylib                   0x0000000105588e88 _dispatch_lane_serial_drain + 720
9   libdispatch.dylib                   0x0000000105589b7c _dispatch_lane_invoke + 460
10  libdispatch.dylib                   0x0000000105593c18 _dispatch_workloop_worker_thread + 1220
11  libsystem_pthread.dylib             0x00000001d50020f0 _pthread_wqthread + 312
12  libsystem_pthread.dylib             0x00000001d5004d00 start_wqthread + 4
2018-10-19 16:10:11.749247+0200 argonapp[6381:666988] [reports] Main Thread Checker: UI API called on a background thread: -[UIApplication applicationState]
PID: 6381, TID: 666988, Thread name: (none), Queue name: nativescript_vuforia_render_queue, QoS: 0
Backtrace:
4   Vuforia                             0x00000001045a62f4 -[VuforiaVideoView renderFrame:renderingPrimitives:] + 200
5   Vuforia                             0x00000001045a0bdc __25+[VuforiaSession _render]_block_invoke + 364
6   libdispatch.dylib                   0x000000010557f840 _dispatch_call_block_and_release + 24
7   libdispatch.dylib                   0x0000000105580de4 _dispatch_client_callout + 16
8   libdispatch.dylib                   0x0000000105588e88 _dispatch_lane_serial_drain + 720
9   libdispatch.dylib                   0x0000000105589b7c _dispatch_lane_invoke + 460
10  libdispatch.dylib                   0x0000000105593c18 _dispatch_workloop_worker_thread + 1220
11  libsystem_pthread.dylib             0x00000001d50020f0 _pthread_wqthread + 312
12  libsystem_pthread.dylib             0x00000001d5004d00 start_wqthread + 4
2018-10-19 16:10:12.017512+0200 argonapp[6381:666988] Unable to bind video background texture!!
2018-10-19 16:10:12.019121+0200 argonapp[6381:666988] Unable to bind video background texture!!
2018-10-19 16:10:12.020626+0200 argonapp[6381:666988] Unable to bind video background texture!!
2018-10-19 16:10:12.415634+0200 argonapp[6381:666905] [] nw_connection_fillout_tcp_statistics [C4] Connection is not ready
2018-10-19 16:10:12.415678+0200 argonapp[6381:666905] [] tcp_connection_get_statistics Failed to get statistics from connection
2018-10-19 16:10:12.951100+0200 argonapp[6381:666704] CONSOLE LOG file:///app/components/browser-view.js:218:20: SORTED LAYERS

CONSOLE LOG file:///app/components/browser-view.js:218:20: SORTED LAYERS
2018-10-19 16:10:13.153092+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:13.153186+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:13.153354+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:13.153381+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:13.153458+0200 argonapp[6381:666704] DEBUG/AR(6381) Could not find a UIView with CAEAGLLayer or CAMetalLayer layer class that responds to selector renderFrameVuforia
2018-10-19 16:10:16.274508+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:77:24: TARGET FPS: 60

CONSOLE LOG file:///app/xr-device.js:77:24: TARGET FPS: 60
2018-10-19 16:10:16.274707+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:78:24: AVERAGE CPU TIME FOR SENDING FRAME STATE: 0.8503125016887982

CONSOLE LOG file:///app/xr-device.js:78:24: AVERAGE CPU TIME FOR SENDING FRAME STATE: 0.8503125016887982
2018-10-19 16:10:16.274783+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:91:28: AVERAGE CPU FRAME TIME FOR LAYER -0-: 0

CONSOLE LOG file:///app/xr-device.js:91:28: AVERAGE CPU FRAME TIME FOR LAYER -0-: 0
2018-10-19 16:10:16.274820+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:92:28: FRAME BUDGET PERCENT FOR LAYER -0-: 0.05101875010132789

CONSOLE LOG file:///app/xr-device.js:92:28: FRAME BUDGET PERCENT FOR LAYER -0-: 0.05101875010132789
2018-10-19 16:10:16.274851+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:93:28: RENDER BUFFER SCALE FOR LAYER -0-: 1

CONSOLE LOG file:///app/xr-device.js:93:28: RENDER BUFFER SCALE FOR LAYER -0-: 1
2018-10-19 16:10:16.276922+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:91:28: AVERAGE CPU FRAME TIME FOR LAYER -1-: 0

CONSOLE LOG file:///app/xr-device.js:91:28: AVERAGE CPU FRAME TIME FOR LAYER -1-: 0
2018-10-19 16:10:16.276991+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:92:28: FRAME BUDGET PERCENT FOR LAYER -1-: 0.05101875010132789

CONSOLE LOG file:///app/xr-device.js:92:28: FRAME BUDGET PERCENT FOR LAYER -1-: 0.05101875010132789
2018-10-19 16:10:16.277036+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:93:28: RENDER BUFFER SCALE FOR LAYER -1-: 1

CONSOLE LOG file:///app/xr-device.js:93:28: RENDER BUFFER SCALE FOR LAYER -1-: 1
2018-10-19 16:10:16.277075+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:96:24: FRAMES OVER 10ms Count: 0

CONSOLE LOG file:///app/xr-device.js:96:24: FRAMES OVER 10ms Count: 0
2018-10-19 16:10:16.277304+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:97:24: FRAMES OVER 20ms Count: 0

CONSOLE LOG file:///app/xr-device.js:97:24: FRAMES OVER 20ms Count: 0
2018-10-19 16:10:16.277366+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:98:24: FRAMES OVER 30ms Count: 0

CONSOLE LOG file:///app/xr-device.js:98:24: FRAMES OVER 30ms Count: 0
2018-10-19 16:10:17.452093+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:17.452194+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:17.452402+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:17.452435+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:17.452515+0200 argonapp[6381:666704] DEBUG/AR(6381) Could not find a UIView with CAEAGLLayer or CAMetalLayer layer class that responds to selector renderFrameVuforia
2018-10-19 16:10:19.700101+0200 argonapp[6381:666704] CONSOLE LOG file:///app/components/browser-view.js:218:20: SORTED LAYERS

CONSOLE LOG file:///app/components/browser-view.js:218:20: SORTED LAYERS
2018-10-19 16:10:24.010163+0200 argonapp[6381:666704] CONSOLE LOG file:///app/tns_modules/nativescript-vuforia/vuforia.js:50:20: Resuming Vuforia

CONSOLE LOG file:///app/tns_modules/nativescript-vuforia/vuforia.js:50:20: Resuming Vuforia
2018-10-19 16:10:24.046063+0200 argonapp[6381:666704] INFO/AR(6381) 2018-10-20 16:10:24: Matched precache profile for Apple, iPhone8,1, iOS 12, 750.1
2018-10-19 16:10:24.046223+0200 argonapp[6381:666704] INFO/AR(6381) 2018-10-20 16:10:24: Vuforia Fusion: Detected and enabled use of ARKit
2018-10-19 16:10:24.046382+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:24.046408+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:24.046541+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:24.046563+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:24.046615+0200 argonapp[6381:666704] DEBUG/AR(6381) Could not find a UIView with CAEAGLLayer or CAMetalLayer layer class that responds to selector renderFrameVuforia
2018-10-19 16:10:24.047024+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:24.047073+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:24.047132+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView has CAEAGLLayer layer class
2018-10-19 16:10:24.047153+0200 argonapp[6381:666704] DEBUG/AR(6381) UIView does not respond to selector renderFrameVuforia
2018-10-19 16:10:24.047205+0200 argonapp[6381:666704] DEBUG/AR(6381) Could not find a UIView with CAEAGLLayer or CAMetalLayer layer class that responds to selector renderFrameVuforia
2018-10-19 16:10:26.274193+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:77:24: TARGET FPS: 60

CONSOLE LOG file:///app/xr-device.js:77:24: TARGET FPS: 60
2018-10-19 16:10:26.274284+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:78:24: AVERAGE CPU TIME FOR SENDING FRAME STATE: 2.1242444438238937

CONSOLE LOG file:///app/xr-device.js:78:24: AVERAGE CPU TIME FOR SENDING FRAME STATE: 2.1242444438238937
2018-10-19 16:10:26.274349+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:91:28: AVERAGE CPU FRAME TIME FOR LAYER -0-: 0

CONSOLE LOG file:///app/xr-device.js:91:28: AVERAGE CPU FRAME TIME FOR LAYER -0-: 0
2018-10-19 16:10:26.274386+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:92:28: FRAME BUDGET PERCENT FOR LAYER -0-: 0.1274546666294336

CONSOLE LOG file:///app/xr-device.js:92:28: FRAME BUDGET PERCENT FOR LAYER -0-: 0.1274546666294336
2018-10-19 16:10:26.274628+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:93:28: RENDER BUFFER SCALE FOR LAYER -0-: 1

CONSOLE LOG file:///app/xr-device.js:93:28: RENDER BUFFER SCALE FOR LAYER -0-: 1
2018-10-19 16:10:26.278071+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:91:28: AVERAGE CPU FRAME TIME FOR LAYER -1-: 0

CONSOLE LOG file:///app/xr-device.js:91:28: AVERAGE CPU FRAME TIME FOR LAYER -1-: 0
2018-10-19 16:10:26.278118+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:92:28: FRAME BUDGET PERCENT FOR LAYER -1-: 0.1274546666294336

CONSOLE LOG file:///app/xr-device.js:92:28: FRAME BUDGET PERCENT FOR LAYER -1-: 0.1274546666294336
2018-10-19 16:10:26.278156+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:93:28: RENDER BUFFER SCALE FOR LAYER -1-: 1

CONSOLE LOG file:///app/xr-device.js:93:28: RENDER BUFFER SCALE FOR LAYER -1-: 1
2018-10-19 16:10:26.278190+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:96:24: FRAMES OVER 10ms Count: 0

CONSOLE LOG file:///app/xr-device.js:96:24: FRAMES OVER 10ms Count: 0
2018-10-19 16:10:26.278222+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:97:24: FRAMES OVER 20ms Count: 0

CONSOLE LOG file:///app/xr-device.js:97:24: FRAMES OVER 20ms Count: 0
2018-10-19 16:10:26.287366+0200 argonapp[6381:666704] CONSOLE LOG file:///app/xr-device.js:98:24: FRAMES OVER 30ms Count: 0

CONSOLE LOG file:///app/xr-device.js:98:24: FRAMES OVER 30ms Count: 0
2018-10-19 16:10:26.941536+0200 argonapp[6381:666704] CONSOLE LOG file:///app/app-model.js:429:20: Saving application state: 
{"uiMode":"expanded","favorites":[{"class":"BookmarkItem","title":"WebXR Samples","uri":"https://examples.webxrexperiments.com","icon":"","isFavorite":true,"overrideTitle":true},{"class":"BookmarkItem","title":"Argon Samples","uri":"https://samples.argonjs.io/","icon":"https://argonjs.io/img/apple-icon-180x180.png","isFavorite":true,"overrideTitle":true},{"class":"BookmarkItem","title":"AFrame + Argon Samples","uri":"https://aframe.argonjs.io/","icon":"https://argonjs.io/img/apple-icon-180x180.png","isFavorite":true,"overrideTitle":true},{"class":"BookmarkItem","title":"Credits","uri":"http://www.argonjs.io/#support","icon":"http://www.argonjs.io/img/apple-icon-180x180.png","isFavorite":true,"overrideTitle":true}],"layers":[{"class":"LayerDetails","src":"reality:live","xrImmersiveMode":"reality"},{"class":"LayerDetails","src":"https://samples.argonjs.io/vuforia/index.html","xrImmersiveMode":"none"}]}

CONSOLE LOG file:///app/app-model.js:429:20: Saving application state: 
{"uiMode":"expanded","favorites":[{"class":"BookmarkItem","title":"WebXR Samples","uri":"https://examples.webxrexperiments.com","icon":"","isFavorite":true,"overrideTitle":true},{"class":"BookmarkItem","title":"Argon Samples","uri":"https://samples.argonjs.io/","icon":"https://argonjs.io/img/apple-icon-180x180.png","isFavorite":true,"overrideTitle":true},{"class":"BookmarkItem","title":"AFrame + Argon Samples","uri":"https://aframe.argonjs.io/","icon":"https://argonjs.io/img/apple-icon-180x180.png","isFavorite":true,"overrideTitle":true},{"class":"BookmarkItem","title":"Credits","uri":"http://www.argonjs.io/#support","icon":"http://www.argonjs.io/img/apple-icon-180x180.png","isFavorite":true,"overrideTitle":true}],"layers":[{"class":"LayerDetails","src":"reality:live","xrImmersiveMode":"reality"},{"class":"LayerDetails","src":"https://samples.argonjs.io/vuforia/index.html","xrImmersiveMode":"none"}]}
2018-10-19 16:10:26.945983+0200 argonapp[6381:666704] CONSOLE LOG file:///app/tns_modules/nativescript-vuforia/vuforia.js:36:20: Pausing Vuforia

CONSOLE LOG file:///app/tns_modules/nativescript-vuforia/vuforia.js:36:20: Pausing Vuforia

Hey Jan! Thanks for giving this a try! I haven’t tested on an iPhone 6s so I’m not sure why It doesn’t show the right size. Perhaps you can investigate that, it seems like a straightforward matter. As for Vuforia, it is at least partially working, since the video is via Vuforia, though tracking should be working too. But yes, all you should have to do is remove the argon-private dependency and add the DEBUG_VUFORIA_LICENSE_KEY.

Also, try the webxr samples in the bookmarks rather than the old Argon samples.

Hey @speigg,

the WebXR examples are working (besides the wrong sized camera image i mentioned earlier).

The reason why i'm here is actually because i liked the idea of "talking" to Vuforia from a Javascript / Typescript / NativeScript environment. Argon.js seems to be the only lib which tries to tackle this task (or are there any other i'm not aware of?).

I would really appreciate if you could take a look into the Vuforia Image Target example to give me a few helpful hints what's the issue here. Maybe i can fixed it on my own :)

There is a WebXR / Vuforia image target example that works with the newer ArgonXR version. Check it out here:

https://github.com/argonjs/webxr-polyfill/tree/argon-wrapper

@speigg Thanks for the hint! It actually worked (at least as a proof of concept)!

Feedback

  • Camera view is missing sometimes (so i can not see the camera image). Closing the argon app does not help. Deleting and reinstalling helps.
  • Very slow compared to native Vuforia image detection / tracking
  • Crashed when changing the orientation from portrait into landscape
  • Screen size seems to be broken (already mentioned it above)

I recorded my session (maybe helpful to figure out what went wrong): https://youtu.be/76WDwoYVA0I

@JanOwiesniak that example is meant to track a 3D printed model, not the image you were looking at (false positive, that’s why the detection / tracking was “bad”). Alternatively, if you look at this image you should see a rectangle highlighting the image:

@speigg thanks for looking into it.

I tried but i can now longer open the Vuforia AR Example (even a fresh install of the argon-app does not help here). Not sure what went wrong. Have not changed anything at all, just restarted ngrok.

A screen capture of my session:

https://youtu.be/DboEa023SvI

@JanOwiesnik I can’t really tell, but it’s odd that it gave you a file:// url like that.

@JanOwiesniak please also note that the "xr" branch is still a work in progress. Gheric doesn't have the cycles to actively help folks get it working, but can obviously (like above) answer questions. If you discover solutions to problems, please let us know. For example, if there is something someone needs to know when building (installing certain versions of things, etc), adding those to the readme and submitting a PR on it would be great.

@JanOwiesniak I can understand that the 6s might be slow: as the lowest supported iPhone for ARK, it's already pushing the limit. Web, Nativescript layers, Vuforia: all add overhead. I've had my 7Plus and XS get warm running AR Web stuff (in the WebXR Viewer we built at Mozilla, even, which isn't burdened with the additional Nativescript layer).

That said, it shouldn't be horrible and unusable, I think.