- Home /
How to Enable unity with webcam efficently
Recently, i have done some work on the unity for webcam use. i achieved using webcam, but not realtime. My webcam is logitech which can reach 30fps @ 640*480 resolution. but my program shows that the fps is only about 20.
i also test the elapsed time of function(tex.apply()), its about 40 ms. so can anyone help me with the speed problem?
PS: I have read the following link, and using improved methods. http://forum.unity3d.com/threads/30817-UnityAR-ARToolkit-Interface
My platform is 1. Unity3d 3.3 Pro 2. Nvidia GTS 450 3. Logitech webcam 4. i5-2300*4 core
Answer by ikriz · Dec 26, 2011 at 11:10 AM
You can use the new Unity 3.5 public beta which supports WebCamTextures checkout: http://www.ikriz.nl/2011/12/23/unity-video-remake/ for a basic script
Your answer
Follow this Question
Related Questions
more efficient recursive spread 0 Answers
Access Multiple Camera Streams 0 Answers
Detect and Track Objects in Live Webcam Video based on Color and Size by C# 1 Answer
WebcamTexture not refreshing 0 Answers
Web Cam Texture on UI Panel 0 Answers