Hello There,
We developed an object tracking application under Vuforia 7.1 and Hololens. This application works well when user holding a specific object or image and move them around. Virtual target will follow such movement immediately. But after migrated the application to Hololens2 (Vuforia 9.0.12), there is significant latency between the movement of real object or image and the movement of virtual object. The latency is more severe when object is rotating or tilting.
Our application is aimed for medical device tracking, such movement mismatch may result unintended misusage. We would appreciate any instruction or suggestions on how to improve this performance.
Best Regards
Hi,
It may happen that you are encountering this bug: Targets with motion hint STATIC are more sensitive to wrongly specified physical size in the dataset mentioned in https://library.vuforia.com/articles/Release_Notes/Vuforia-SDK-Release-Notes
However if you are moving the object, you should check if the Motion Hint is set to Adaptive. (Option available under the Model Target Behaviour script) If not, set it to Adaptive.
Thank you.
Vuforia Engine Support