I'm developing an app that uses the android.hardware.camera2 API to display a real-time camera image on the screen. Everything worked as expected until I updated Android Studio to version 4.1.1. Now, instead of showing the "dining room" virtual scene, it shows this weird pixelated face thing.
The weird face (or whatever it is) is also bobbing up and down. This is an image of the project component tree:
This image is nowhere in my project, which is fairly simple anyway. In no way did I program this image into the app. It should be displaying the virtual scene instead. Does anyone know how to fix this problem?
I can confirm that updating Android Studio is causing this problem for others as well.