You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm currently playing around with the image detection feature. For the moment i display a simple box on top of my detected image marker and the detection process works pretty well.
I'm using onAnchorDetected/onAnchorUpdated to reposition the shape using a simple position state.
My problem is, that there is a delay between moving the physical marker and updating the virtual object. When moving the marker a few centimeters, it takes more than one second to update the box position.
I've tested it in debug mode with different lighting environments using an iPhone 7 device. Am i doing something wrong or is it still an issue with the native ARKit or with RNARKit? I tested a similar approach with Unity/Vuforia and the marker tracking was awesome.
Kind regards
The text was updated successfully, but these errors were encountered:
Hi,
i'm currently playing around with the image detection feature. For the moment i display a simple box on top of my detected image marker and the detection process works pretty well.
I'm using onAnchorDetected/onAnchorUpdated to reposition the shape using a simple position state.
My problem is, that there is a delay between moving the physical marker and updating the virtual object. When moving the marker a few centimeters, it takes more than one second to update the box position.
I've tested it in debug mode with different lighting environments using an iPhone 7 device. Am i doing something wrong or is it still an issue with the native ARKit or with RNARKit? I tested a similar approach with Unity/Vuforia and the marker tracking was awesome.
Kind regards
The text was updated successfully, but these errors were encountered: