Greeting!
I am looking for information about Unity on iPhone. Specifically, is it possible to tap into the iPhone camera and render it in whatever Unity program I’ve developed? I’d like to develop a program that brings in video from the environment, but I’m not sure where I would start looking for information about that with Unity. Any place with tutorials or examples so that I can start learning how to bring that kinda of input into my Unity project?
see prime31s “Augmented reality” plugin, it does basically that, get the cam render into unity onto a render texture to use within the unity iOS project
directly, without a plugin, you can’t do it, unity does not hook the camera in any form