Webcam access denied after upgrading Unity/Visual Studio
Hello everyone, I have an project that will run as a UWP application on the Hololens and access the hololens camera. The project is build with .NET scripting backend targeting SDK Version 16299. Webcam...
View Article,Webcam texture not showing up iOS
I'm using this code to give a rawImage some texture: image = GetComponent(); cam = new WebCamTexture(Screen.width, Screen.height); image.texture = cam; cam.Play(); But whenever I build and run, it is...
View ArticleWebCamTexture IOS crashing?
Hello everyone, i'm having sort of a trouble here with iOS and WebCamTexture's. So the code below works perfectly on android, but once i deploy it on iOS it will crash on startup, and i know that the...
View ArticleHow is ChromaCam called in Unity?ChromaCam怎么在Unity中调用?
I want to use ChromaCam's backgroundless map function to call the camera in Unity, suggesting that I can't get the ChromaCam device Error. How can I get the picture after the map?...
View ArticleIs there a way to acces a camera's live feed? (not the device's that is...
I know you can access the device camera using webcamtexture display. I was wondering if there is a way to access an external camera's live feed? Like a security's camera.
View Articlehi i can't find my external webcam in vuforia configuration camera devices , ?
when i go to camera device in vuforia configuration i found just my default laptop camera , the external camera work in other application what is mean that driver are installed .
View ArticleHow to recognize movement in webcam?
I used webcamtexture.GetPixel(x,y). But it always returned different values every time, even though I covered webcam with paper. I just want to return true if there is any movement in webcam, and...
View ArticleUnity's HoloLens photo capture script is not working with error of...
Hi, I am trying to capture a photo on my HoloLens app. I have used HoloLens photo capture script mentioned in Unity's manual. Link of Unity's manual:...
View ArticlewebCamTexture playing in high resolution lags
Hi all, I am using webCamTexture to grab the webcam data and show the images on a raw image with a Logitech C920 webcam. I set the resolution as: webcamTexture = new WebCamTexture("HD Pro Webcam C920",...
View Articleerror CS0234: The type or namespace name 'WebCam' does not exist in the...
https://docs.unity3d.com/ScriptReference/XR.WSA.WebCam.VideoCapture.html I would like to test the link example. However, that example has an error when it builds. . ....
View ArticleWebCamTexture does not unload textures
I am having an issue with the WeCamTexture class. Once I call the Play() function and begin collecting textures, the textures remain in memory for as long as the program is running which causes them to...
View ArticleUse one webcamtexture on multiple gameobject
I was trying [This Code][1] to map Theta S camera to the sphere. ![alt text][2] Like this, there is two half-sphere. The mapping is done by shaders, so I don't have to care about this. Both piece of...
View ArticlePriview The Screenshot for User
I want to ask about privew-ing the screenshot after it takes. in this case i want to pause the game and also the webCam devices, its possible to do ? or any other method to show the .jpg file in disk...
View ArticleProblem with webcam non mirroring me
I want my webcam to look like a mirror, so if i lift the right arm it should look like the left arm. I applied the following script to a 3d Object, a Quad. using System.Collections; using...
View ArticleUnity freeze on WebCamTexture Play
Hi. I have a problem with WebCamTexture. public class ExampleClass : MonoBehaviour { void Start() { WebCamTexture webcamTexture = new WebCamTexture(); Renderer renderer = GetComponent();...
View ArticleUnity webcam trouble
Hi, I have troubles with using webcam with Unity. Sometimes webcam work, sometimes Unity freeze. About 50%. I have Windows 7 64bit with latest updates. I have integrated camera and usb camera, both...
View ArticlePost processing with android phone camera
Hi, I've been strugling with using post processing on my phone camera and can't figure out how to achieve it. My goal is to retrieve the back camera of my (android) phone and to display it on the...
View ArticleRecording VideoCapture.CreateAsync doesnot call the Callback Function....
I'm trying to Record footage from a webcam but when i try to initialize the Webcam and call the VideoCapture.CreateAsync function my supplied Callback gets never called. I've tried to access the Camera...
View ArticleWebcamtexture at 1080p 50fps produces black image
I'm trying to get the 1080p 50fps video from a blackmagic intensity pro 4k as the texture of a plane, but have only managed to do so when I set the camera to 1080i. I'd like to get progressive video,...
View ArticleAccessing front facing camera on Galaxy Note 10+
I'm trying to access the front facing camera on a Galaxy Note 10+ but my app crashes when my script gets to my WebCamTeture's .Play() method. The camera works fine in the Unity Editor, and on the other...
View Article