Hi,
I want to set a stream from webcam as a background (like a skybox) of the scene for an AR application.
How can I do that?
Hi,
I want to set a stream from webcam as a background (like a skybox) of the scene for an AR application.
How can I do that?
dunno about getting the webcam results to come up, but it seems like you would need to interface it with render to texture, use a camera to look at it, then have another camera with dont clear flags (so you could operate your game via this camera and still see the results flat in the background) and it should bleed through.
check the camera documentation Clear Flags, Depth and Layers.