How to use iphone camera in unity

Hi,

Is there any way to make the entire background to be the real time iphone camera image stream, but also to keep the foreground to be unity scene and objects?

you can’t stream the camera behind a 3d context, no way to do so. you would have to transfer it into a texture in realtime through objc c code and plugins