Override Webcam, Microphone Authorization Style
Hello Everyone, I'm currently making use of the microphone capabilities for the Web version of the software I'm developing. Currently, when you run while using the Microphone class, a Unity created...
View ArticleWebCamTexture in the Windows Store App Platform.
There was a problem by building in Windows Store App on the current platform . I've used WebCamTexture. And an error occurs during deployment in Visual Studio 2013. I'll try to ask how to resolve the...
View ArticleWebcamTexture not refreshing
Hey everyone, This is an extremely frustrating issue because it is such a simple setup. When working with a webcam I noticed that its refresh rate was much lower than the 30FPS I requested in code. Not...
View ArticleCan't Build for OSX when using WebCamTexture or WebCamDevice
Hi Everyone, My code functions as intended in the editor, but when I try to build for OSX, using Unity 4.3.3f1, it gives says the following in each location that I use WebCamTexture or WebCamDevice:...
View ArticleWebCamTexture not working on Instance objects
Hi, I'm trying to give WebCamTexture to some Boxes (Instantiated) it works on Simple Cubes but when I Instantiate those Cubes It shows them All Black . Here's the Webcam Function : void Start() {...
View ArticleCheck if no webcam
I'm getting an "Array index is out of range" error on the if statement of the following code. private var webCamTexture : WebCamTexture; function Start () { if (WebCamTexture.devices.Length > 0) {...
View ArticleConsole error 'Composite' when using WebCam???
What does this mean? I'm trying to use a Hauppage USB Live 2 digitizer. It shows up fine in the WebCam devices query, but when I read from it, I get a slow machine with this message showing up in the...
View ArticleAudio playback stops working after an iOS interrupt, while using WebCamTexture
Hello Unity support, We are working on Unity 4.2.2 and Unity 4.3.1 and we are getting an issue when using the WebCamTexture on iOS 7, the issue happens when the application is using the WebCamTexture...
View ArticleWebCamTexture, when are you updated?
I want to grab pixels from a webcam texture just as they arrive, but the pixels I receive using GetPixels32 (when didUpdateThisFrame is true) seem to be one frame behind when I compare to the original...
View ArticleFace detection in Unity
I would need help with a task we need to do for one of our project. We would simply need to detect a face in a webcam image on a PC, so we can cut the face from the image and paste it on another image....
View ArticleDetect player blinking in real time w/ kinect or webcam?
I'm using Unity Pro and have access to a Kinect and Webcam. My goal is to measure when the player blinks in game as accurately as possible. So far I have explored virtually every API available:...
View Article3d model construction through webcam
I want to move a 3d object according to the motion and speed of real object through webcam. is there any library available for this work ?
View ArticleDual Webcams work under Windows but not Linux
We are doing some testing with webcams and textures. We believe everything is set up properly, and everything works under windows without an issue. When we export to Linux (Ubuntu 14.4) only the first...
View ArticleTurn your Android device webcam (Camera) , flash light
Hello to all dear friends I am Iranian. I am weak in English. The question text was translated by Google Translate. The first question in the forum. I'm making a game or app for Android with Unity. At...
View ArticleProjector with WebCamTexture as texture
Hi, I have been trying to figure out how to utilize webcam input as the projector's texture. The final output should be something like a real world projector where it projects the image captured by the...
View Articletexture2D wont render in webplayer
I have an app that is pulling from a webcam and receiving from one on another computer. It takes the frames and does facial detection on them and draws a rectangle around it. This simple app works...
View ArticleAccessing camera torch/flash issues - Torch works but can't access while...
I am developing an app in unity in which the user can take photos using their device camera. This is working great using Unity's webcamtexture. However, there is no flash support for webcamtexture, so...
View ArticleIs there a way to track finger position using a webcam?
Hi all, Novice with Unity3D and C++ here. Followed the roll-a-ball and space shooter tutorials on the Unity homepage, then did some experimenting on my own with building placement, Sim City-style, and...
View ArticleWeb Cam Texture on UI Panel
Hey how can I get the video from my camera and put it on a UI panel?
View Article