Hey everyone,
I’m building an AR project using Niantic Studio, and I’ve run into a visual issue when transitioning into the AR experience. After the user accepts camera permissions, the screen briefly flashes from black to white — sometimes multiple times — before stabilizing and working normally. Once that flicker passes, everything runs great.
To troubleshoot, I recorded:
A video of the in-experience flicker as seen by the user.
A DOM recording from dev tools during that same transition.
From what I can tell, a <video>
element gets created, then removed, and then added again — which may be causing that flash. Has anyone experienced something similar?