Using Webcam input as a texture

Is it possible to apply the feed from my built-in webcam to a texture in Unity. Say I wanted to project a live feed onto a TV screen in a room. Thanks.

Yes, see here: http://unity3d.com/support/documentation/ScriptReference/WWW-texture.html

And set your camera up with a local server. Then just serve yourself on 127.0.0.1

You can also use the Qualcomm AR toolkit (and others). I’ve used a webcam DLL with good success but it requires Pro.

Check this out: http://forum.unity3d.com/threads/30764-Unity3D-Webcam-Toolkit-for-Windows

And don’t forget to Google

Unity 3.5 (now in public beta) supports WebCamTextures checkout: Unity Video Remake: Webcam Textures - iKriz.nl