delay webcam in unity
Please help.. It's just a newbie who is just getting into the unity development. I thought about implementing a webcam and completed it. To get to the stage, we use our webcam to sprinkle hand...
View ArticleWebcam texture not rendering on iOs URP
Hello, Having a real problem with Webcam textures on iOs. I render the webcam (mobile phone camera) to a Raw Image (with an unlit two sided material on it) and fix the aspect ratio to be correct. It...
View ArticleWhy can't my webgl app find any camera on iphone
1. It is a WebGL app, tested on 2019.3 - 2020.3 2. I'm 100% sure SSL/SSH is enabled 3. PC, Android are working fine. 4. on IOS Debug log is "webcam found, count: 0" Code: public MeshRenderer[] renders;...
View ArticleHow to play a movie and add a live webcam video overlay?
Hi, I am making a film that will be shown at an exhibition in about a month. The visitor can sit in front of a monitor and experience the film like this with headphones. At a certain point in the film...
View ArticleWebCamTexture.devices.Length returning 0 in Unity 2020.3.8f1
I run my code on Snapdragon 855 Mobile Hardware Development Kit and call "WebCamTexture.devices.Length" to find the camera device number , but it always return 0 in Unity 2020.3.8.f1. However I change...
View ArticleWebCamDevice.devices crash on Windows
My PC has a USB webcam device and a virtual webcam program installed, and 4 video capture boards. Calling WebCamDevice.devices causes a crash. I suspect it is because of the virtual webcam driver or...
View ArticleSwitching to two different cameras with Vuforia ARCamera
Hi to all, i'm trying to find a way to switch between two different webcams being attached to my tablet on which I am implementing a Vuforia AR application. Is there a way to initialize a different...
View ArticleEasyAR 3.1.0 - webcam black screen after updating to Unity 2021.1.18f1
EasyAR 3.1.0 worked properly in older versions of Unity. The webcam loaded as expected, but since I've updated to Unity 2021.1.18f1, the webcam only shows a black screen. I tested it with the samples...
View ArticleIs it possible to see images from image sensors and digital cameras on unity...
Is it possible to see images from image sensors and digital cameras on unity like a web camera?
View ArticleMRTK open Hololens 2 camera on button click and display the image in the...
As described in the title I have a scene wich contains a button. I attached a script with the code you see below to a ```PhotoManager``` GameObject. The button runs ```TakePhoto()``` from the script...
View Articleweb camera not working in exe build
web camera working properly in editor mode but not working in windows exe build
View ArticleCan't see virtual webcam device on Unity 2019 (Ubuntu 16.0.4)
I successfully loopbacked Web cam devices on Ubuntu 16.0.4. I can played virtual cams well via ffplay software or webamtests.com on Ubuntu 16.0.4. However, when I tried to play it on Unity, the...
View ArticleWebCamTexture absurd CPU usage & visual bug on Linux
Hi everyone, In a recent project on Unity 2021.3.8f1 , I try to use `WebCamTexture`, and everything looks fine on macOS & IOs & Android. See the code below : private void SetUpCamera() {...
View ArticleWebCamTexture input frame-rate over 30fps?
I am working on a project to track a smartphone screen via 4 ArUco markers attached to the corners of the phone. The tracking algorithm is already implemented and working well. **My current issue is...
View ArticleHow to develop an AR app for a Windows tab (not a Surface pro) ?
I'm having a problem to develop an AR app for a chemical factory and I have a particular tab from the brand Getac but the system is running with Windows. I tried to develop like an Hololens (by...
View ArticleHow to access webcam permission in WebGL embed
Hi there. I've built a little sign language review game in Unity WebGL that allow a user to view their webcam output next to the video in order to practice the sign. On localhost and simmer.io, it...
View Article