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?