"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Vuforia Questions about Image Target local position

Hello

I have a problem creating the application, so I am asking a question. First, when AR Image Target is detected, a floor is installed on Image Target and characters interact on floor. ( In Hierarchy, the floor object is the child object of Image Target, and in Scene, the floor is placed on Image Target. )

The problem here is that floor keeps shaking on top of AR Image Target.

Question 1. I want to create a virtual world at the marker location when I detect the AR marker in reality so that the floor is no longer shaken. Is there a way to know the location of the AR marker when the actual AR marker is detected by the camera on the device?

Question 2. OnTrackingFound() call from the ITrackableEventHandler occurs. It's called too often, can i help lower the frequency?

please help, thank

Hi,

See my answer for your 2 questions:
 

Q1:Pose jitter exists for all 2D planar targets. The magnitude of the jitter (hardly noticeable to very noticeable) can be impacted by a few factors:

keutana

Thu, 04/29/2021 - 06:37

In reply to by mcotora

Hello

I'm sorry for checking late

Q1. I set the size value used to 1 for convenience when uploading targets to Vuforia Target Manager.

I will test by setting the actual size of the image.

And I will also set up and test Track Device Pose.