Hi, I´m trying to do an AR application so I need to have the view of the iphone´s camera in the background, How can I make this?
Is it possible to make the background of a camera transparent?
I tried with the camera flags and background, but nothing worked.
Which AR toolkit are you using?
You could set up a plane, put the camera’s image on it as a texture, and put that behind everything. That’s usually done by putting a second Unity-camera looking at said plane, and making that camera depth less than the main camera.