How can you stop 3D model from flickering within Vuforia AR app
Asked Answered
S

3

0

I am having really bad flickering issues with my unity 3D model after I scan the image target with my phone’s camera. Is there a way to scan an image and just make a static 3D unity object pop without constantly checking if the marker is still targeted? Is so how can I make that change in unity?

E.g. Scan marker, the unity model pops up at some location screen and stays there even if the marker is no longer within view?

Stonedead answered 30/4, 2024 at 18:40 Comment(0)
C
0

ARCamera >> Open Vuforia Engine Configuration >> Device Tracker >> Track Device Pose = checkmark (True) and Tracking Mode = Positional

Closet answered 21/8, 2019 at 18:47 Comment(0)
A
0

You need to change Your ARCamera Clipping Planes Near and Far options.

Try 0.01 for Near and 1000 for Far

then change Vuforia Configuration,

ARCamera >> Open Vuforia Engine Configuration >> Device Tracker >> Track Device Pose = checkmark (True) and Tracking Mode = Positional

Aesculapian answered 7/10, 2020 at 11:5 Comment(0)
C
0

Hey there! Did you find a way to achieve no constantly checking the target? I know is has been long ago but if you would help! I would thank you a lot.

Catenate answered 30/4, 2024 at 18:11 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.