When I run getPixel32 () in WebcamTexture, only black pixels are returned.
When you do getPixel32 () from WebcamTexture, the value of [0] must be RGBA (0,0,0,255). Build on Windows x64. (Editor Result Same) Below is a test source code. -------------------------- Using...
View ArticleHow do I move an object with the movement of my head?
I need to move an object with the movement of my head, for example a glasses in my eyes. Can anyone help me? Thanks
View ArticleHow can i do a virtual tester?
Hello, my name is LucÃa and i'm new here. I have to do a project that consists in a virtual glasses tester, something like that https://www.gafasworld.es/virtual-try-on My problem is that I have...
View ArticleWebGL Webcam light keeps enabled after stoping WebCamTexture
Hey, I'm using the following code to enable and disable a WebCamTexture: // enable _webcamTexture = new WebCamTexture (WebCamTexture.devices[_cameraIndex].name); _webcamTexture.Play (); // disable...
View ArticleWebcam on Multiple Objects
Hi I'm a design student working on a project for university where I want to be able to use a webcam as a material across multiple objects. I've found various suggestions of how to do this across...
View ArticleCould not connect pins - RenderStream() UnityEngine.WebCamTexture:Play()
> Could not connect pins - RenderStream()>> UnityEngine.WebCamTexture:Play() This error keep showing up on my editor but when I build it on android and run on my android emularor. It works...
View ArticleProblem with FaceTracker
Hello, I'm in my last year of the career and I'm making a project on Augmented Reality that consists in a virtual glasses tester. My problem is that I have to use the FaceTracker asset but I can't get...
View ArticleHelp with FaceTracker
Hello, I'm in my last year of the career and I'm making a project on Augmented Reality that consists in a virtual glasses tester. My problem is that I have to use the FaceTracker asset but I can't get...
View ArticleHelp with Visage SDK facial tracking
Hello, I have to do an app that consists in a virtual glasses tester and I found the visage SDK but when I install it I hace problems. Someone knows why? It's so important and I don't know how to solve...
View ArticleHow do play a video on top of a webcam texture on mobile?
I can't find any information on playing a video (videoplayer component) on top of webCam Texture. i try but the video player lag or doesn't play. Please help.
View ArticleDistorted/blank screen when playing scene
Hi, I'm trying to play my webcam to use in the project, however i'm getting the below: ![alt text][1] [1]: /storage/temp/96819-screen-shot-2017-06-29-at-125112.png I've tried my webcam on...
View ArticleMoving a working webcam texture background project into an oculus VR project,...
I am messing around with a possible augmented reality project utilising webcams and an oculus rift. I want to bring up overlays to the user's view, with the webcam always as the background layer. My...
View ArticleWebcam GetPixels is only returning black
Hi, I try to make a picture with the Webcam, but I only get darkness, what could be wrong? In Start: > WebCamDevice[] devices = WebCamTexture.devices; Debug.Log(devices[0].name); _deviceName =...
View ArticleWebCam Texture Rotation
Hi All... Our "Acting Kindly" mobile game/app allows users to take selfies and share them to Facebook. The intern who wrote the WebCam.cs script didn't add functionality so the camera image rotates...
View ArticleConverting Texture2D into a video
Hello, I've did a lot of research, but I can't find a suitable solution for my application. I'm using a Fove-HMD and would like to record/make a video of the integrated camera. So far I managed to take...
View ArticleTwo webcam not play in Linux platform
I try use two webcam in game. (use WebCamTexture) It work well in window but not work in Linux Just one webcam play in Linux (that's first connected webcam) I also check device that connected two webcam
View ArticleWebcam with no name
I'm currently experiencing an issue attempting to support multiple webcams. When I call `WebCamTexture.devices` I get a list of 2 devices (one for each webcam I have plugged in) but one of the names is...
View ArticleDynamic skybox using webcam
Hi. This is my first post to Unity forums. I'm from an old school multimedia development background so trying to find my feet in terms of Unity workflow and C#. I'm developing an artwork and am trying...
View ArticleUnable to submit test build due to xcode 8 NSCameraUsageDescription missing key
I was able to submit my build before xcode 8 release, but now, when I archive and upload to the app store (testflight), it doesn't expose the build and sends me an email with the following content:>...
View ArticleFacebook Audience Network conflicts with WebCamTexture
I tried to use WebCamTexture while the Facebook Audience Network is integrated in the app, but the camera only displays a black screen, and if the Facebook Audience Network is NOT integrated the...
View Article