I have an error when trying to run the target recognition on my device with debugging mode enabled Unity Remote 5. I am able to run the same application conneted to the normal web camera the AR is working fine etc. But when I want to debug the same application on my phone (Xiaomi Redmi Note 4) I have this error:
Unable to start ObjectTracker. Your hardware may not support it.
UnityEngine.Debug:LogError(Object)
Vuforia.VuforiaARController:StartAfterInitializationCompleted()
Vuforia.VuforiaARController:UpdateState(Boolean, Boolean)
Vuforia.DigitalEyewearARController:Update()
System.Delegate:DynamicInvoke(Object[])
Vuforia.DelegateHelper:InvokeDelegate(Delegate, Object[])
Vuforia.DelegateHelper:InvokeWithExceptionHandling(Action)
Vuforia.VuforiaBehaviour:Update()
Does anyone have a tip how to proceed with this, without debugging my phone I wont be able to develop any meaningful application. When I build the apk and install it everything works fine. So there must be some other glitch.
Thanks