- Home /
Opencv webcam feed to Unity texture
Hi
I have a project using openCV 2.3 with Mat images, but Im stuck at finding a way to get a live feed from the webcam to a Unity 2dtexture. I've caught that you somewhat need to pass a array to the plugin dll file, which will then paste the image data into the array, but I don't know how to do that. Hope someone can help
Comment
Answer by ikriz · Dec 26, 2011 at 11:13 AM
Unity 3.5 public beta now supports WebCamTextures i've written a script example at http://www.ikriz.nl/2011/12/23/unity-video-remake/
Your answer
Follow this Question
Related Questions
OpenCV or Emgu in Unity 1 Answer
Emgu/OpenCV with Unity Free 1 Answer
Access Multiple Camera Streams 0 Answers
Document Scanner with OpenCV For Unity 2 Answers
WebCamTexture and VSync (iPhone 4) 3 Answers