Distorted/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 ArticleHow to display Augmented Reality in webcam
I'm making a project want to display Augmented Reality in webcam. I can use webcam in scene and I already try the Vuforia in scene with webcam and it's working. But that's not the way I want to be...
View ArticleUnity3D Android External Hardware
Is there any way for Unity3D to access the external hardware that is connected to the Android device through the USB OTG like webcams (Logitech C170, C310, etc.), endoscope and Arduino. Is there any...
View ArticleAccess to WebCam denied - UWP unity app,Access denied to WebCam in UWP project
I have a simple project that displays the webcam on a raw image that I am trying to build as a UWP app. It works fine in the Unity editor but when you compile it as UWP (with webcam and microphone...
View ArticleRecording video from webCam
Hello, I'm trying to use the script from [VideoCapture](https://docs.unity3d.com/ScriptReference/XR.WSA.WebCam.VideoCapture.html), on editor mode doesn't reflect any issue but when it comes to the...
View Articlemultiple video sources AR (ARToolKit or Vuforia)
i want to create AR in unity by using multiple inputs/sources at the same time. now using ARTOOLKIT but can switch to VUFORIA. ***setup:*** - 4 webcam inputs going into unity. - in each webcam i have...
View ArticleStreaming in Unity - Poor performance issue.
Hi there ! Three days ago I started to try to make my own streaming / video chat in Unity thinking it will be quick and easy ( ha-ha-ha ). Actually I have kind of "succeed". My server run the device...
View ArticleAccess Webcam in WebGL
Hello everyone, i'm writing in this forum to ask for help. I'm trying to create a web app in Unity and i need access to the webcam. I've followed along this tutorial:...
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 ArticleWebCamTexture ERROR - Could not find specified video device
I'm just trying to setup a simple script so that it uses the native webcam installed on my laptop and display it on a RawImage in Unity 2017.3.1f1 Webcam: USB2.0 HD UVC WebCam ---------- I've been...
View ArticleHow do I change the default picture compression from DXT1 to DXT5?
I am using a webcam to take a picture and save that picture into the Unity Assets folder. When the picture is saved, Unity turns it into a RGB compressed DTX1 file format that doesnt have an alpha...
View ArticleHow to set up a Videocamcorder as a Webcam in Unity?
Hey Guys, i just did the tutorial( https://www.youtube.com/watch?v=Fgd21lbhikU) for an augmented reality system and it works quite well with my webcam (Logitec). Now i want to do this again with a...
View Articlewebcam Capture from webcam encountered: IndexOutOfRangeException: Array index...
I 'm trying to call the webcam from the plane object, and planning to capture the image from there. But my class library encountered an error > "IndexOutOfRangeException: Array index> is out of...
View Article