MRLightingTools-Unity icon indicating copy to clipboard operation
MRLightingTools-Unity copied to clipboard

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

Open jonathan-bryant opened this issue 6 years ago • 1 comments

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 avatar Sep 19 '19 02:09 jonathan-bryant

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!

maluoi avatar Oct 01 '19 22:10 maluoi