Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Question: How would I use this whilst the camera is already in use? ie. Vuforia #4

Open
jonathan-bryant opened this issue Sep 19, 2019 · 1 comment

Comments

@jonathan-bryant
Copy link

Hi,
I'm interested in using this in combination with Vuforia's AR and positional tracking to create a more realistic lighting environment. Has anyone had any luck using the camera image from another source and using it here. From CameraCaptureWebcam.cs i can see where the camera is initialized and then attempts to request an image. My knowledge is pretty limited in using Webcams and Images in Unity but I would appreciate any assistance.

@jonathan-bryant jonathan-bryant changed the title How would I use this whilst the camera is already in use? ie. Vuforia Question: How would I use this whilst the camera is already in use? ie. Vuforia Sep 19, 2019
@maluoi
Copy link
Contributor

maluoi commented Oct 1, 2019

If you're using this tool in combination with another one that uses the camera, probably the best way is to write a new CameraCapture that will pull image data from the other camera stream, Vuforia in this case!

This is essentially what the tool is doing already for ARFoundation!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants