Face 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 ArticleLive webcam and voice like skype
how to send webcam and voice to another user in a server? can anyone give me a pointer?
View Articlewrong Webcam resolution microsoft surface 2
Hello, I'm trying to use a webcam texture with microsoft surface pro 2 with a desktop app. I can't set the resolution of the rear webcam up to 424 240 . If I'm trying with an external webcam (logitech...
View ArticleCan Unity generate human models from picture?
Hello, I was wondering if it was possible for a user to have a webcam, and take a front and side profile picture, and have unity generate a characters face for them ingame. Similar to the Mii generator...
View ArticleCan Unity 3D detect hand movements from a web cam?
I would like to know whether Unity 3D can detect Hand Movements using a web camera. If Unity 3D can't do this by it self, then any other 3rd party library or something which we can attach with Unity...
View ArticleEyetoy Webcam not working with unity
I have an eyetoy namtai webcam and i'm trying to get it to stream on a texture but all i get is a black texture. I've tested the cam on skype and it works fine
View ArticleWhy would Web Player give error "Make sure you are running iOS 4.0 or newer"?
I have been accessing WebCamTexture.devices in the Editor, Web Player and iOS with no problems. Possibly after upgrading to 4.5, I'm getting this error in the Web Player's Player.log: "Capture is not...
View ArticleSend WebCam And Delay
#pragma strict var webcamTexture : WebCamTexture = WebCamTexture(); var receivedTexture:Texture2D; var devices : WebCamDevice[]; var TimeBack:float; function Start(){ devices = WebCamTexture.devices;...
View ArticleHow to save custom size photo from a webcam? and Problems
Hi i´m using the code from: http://answers.unity3d.com/questions/384734/how-to-take-a-photo-from-a-webcam.html the question is how to use the variable for photos like the vector3 size, or how to apply...
View Articlewhy my webcam freezes?
hi i have a weird issue with webcam...!!! i use this code: **http://answers.unity3d.com/questions/384734/how-to-take-a-photo-from-a-webcam.html** I tested it a couple of weeks ago, since then i did not...
View ArticleReading Native Surface Texture into Streaming Unity Texture [Android]?
I am trying to retrieve the camera preview image on Android and show it on a plane in Unity. In my native code I created the following function: SurfaceTexture surfaceTex; public void...
View ArticleWebCamTexture to RenderTexture
Hey ! Is there a way to transfert whatever the webcam is rendering to a RenderTexture ? Cheers,
View Articlecan anybody help with script that takes webcam texture pixel information to...
i'm trying to use a webcam texture -- get its pixel information- to then assign to mesh vertices so that while the image color/alpha changes, the mesh will deform at the same time. i am using a mac, so...
View ArticleWebCamTexture external webcam problem
Hi, I am using WebCamTexture in order to record a video stream from a webcam. It works with my computer's built-in webcam correctly. However, when I connect an external webcam, the number of devices...
View ArticleAdjust the exposure of phone camera manually
I know there is api in ios8 for you to manually adjust the exposure and aperture, but i am not good at object-c or writing wrapper for unity. So my question is ... is there any plugin in/outside asset...
View ArticleApplication.RequestUserAuthorization language
Is posible to change the language of Application.RequestUserAuthorization so it appear in spanish instead of english? Thanks in advance
View ArticleDetect Webcam using AForge
Hi, I'm working on a game that needs to take picture with a webcam and then do some image analysis to determine the position of tokens. For that I made a c# dll that use AForge library to detect webcam...
View Article