How do I adjust the brightness, color and contrast using a slider?
I'm getting live video feed and wanted to know the simplest way to increase my brightness and contrast through a slider.
View ArticleiOS build crashes when trying to access WebCamTexture.videoRotationAngle
using UnityEngine; using System.Collections; public class SelfieScreen : MonoBehaviour { private CanvasRenderer m_renderer; private WebCamTexture m_selfie; private WebCamDevice [] m_webCamDevices;...
View ArticleHow do I request authorization for a webcam?
I was just wondering if anyone could help me write a script to request authorization from a windows platform. I was interested in making a test Augmented Reality program but I am not able to access the...
View ArticleHow to access webcam properties within Unity ?
Hey, I'm trying to access some hardware properties of a plugged in webcam (like brightness, contrast, saturation, exposure) from unity. I didn't find anything to do this using Unity's libraries. Is...
View ArticleWebcam Fluid Interaction - am I being silly?
I'm trying to integrate a webcam into a scene with one of the fluid plugins for Unity, so that a person can interact with the fluid. Skeletal tracking is not sufficient, because the person's image will...
View ArticleWrite Webcam Capture Tp Specific Folder
I have a webcam capture script but I am having trouble trying to figure out how to get it to write the image to somewhere more easy to find like a folder on my desktop where I can store and retrieve...
View ArticleTime Code Web Camera Image Capture
I know we can capture an image from the web camera and then save that into a specific directory but is there a way to somehow time code the image so you know the time and date the web camera image or...
View ArticleGet FOV of webcam
I want to do some simple AR thing without plugin like vuforia. The first thing i have to do is making the perspective of unity to match the hardware camera. Do you know how to do that? in Android, iOS...
View ArticleWhy is my webcam not running in Built Mode?
Okay so inside my game I put my webcam in successfully, it loads and I can see myself when I run the game from inside Unity. But.. When I Build+Run the game, it breaks the webcam and doesn't work Can...
View ArticleTracking a simple object by color using webcam?
Hey there, folks. I'm looking to have Unity track a real-world object based on its color via webcam, similar to how Sony's Playstation Move controllers operate. I know Unity has plenty of tools for...
View ArticleIf No Web Camera Detected Then Display a TV Test Patern
I have a video camera script that will eventually use multiple web cameras to display video depending on which camera is selected. But what I would like to do is. Say that there is no camera connected...
View ArticlePlot real objects in unity and make them coincide with live picture from...
Hi, I'm working on app https://github.com/ssnake/contrails. The idea is to get long, lat coordinates of aircrafts, plot them in unity and make them coincide with image stream from webcam. So, in a...
View ArticleHow do I enabled the Android lock screen in developer mode?
Hi all, I have a bug where my app crashes if the user gets to a certain screen in my app then locks and unlocks their android device. I think it's something to do with the webcam as I'm displaying the...
View ArticleError with webcam not being authorized
I am trying to access my external web camera, though Unity can register it and get information about it, it does not allow it to be used and I keep getting the following error: "Cannot use web cam,...
View ArticleUse webcam to scan paper
Hello, I have a small application which currently uses a webcam to project a texture onto a plane. I can then output the texture as an image, either a png, jpeg ect. All of that part is working fine...
View ArticleHow do I get FaceTrackNoIR's input in Unity?
I have recently obtained FaceTrackNoIR v200 and have it set up and working for at least one game (Elite Dangerous). I already have full working VR menu that works with the SteamVR asset . The scene can...
View ArticleAgumented reality for PC build
Hi everyone, Since vuforia doesnt support for PC build, Im looking for a plugin which works same like Vuforia (in Unity) and support building an application (EXE) use webcam. Any suggestion? Thank you...
View ArticleHow to recognize ar contents through webcam??
I wanna use webcam to recognize ar contents when I pressed the play button on unity. But i think there's no ways on the free version. Should I buy the pro version to use webcam when I pressed the play...
View ArticleAugmented reality on Web player
Hi. I've been trying to make a web app by which a user scans through webcam and can try Jewelry and other other accessories on themselves. Most of the services who provide augmented reality services do...
View ArticleStream webcam via Multiplayer networking or websocket
Hi I'm looking for a solution to send my camera video to another client. I've already set up a websocket connection, so this would be one way to do it but it wouldn't be a problem to setup Unity...
View Article