OpenCVForUnity
OpenCVForUnity copied to clipboard
Webcam problem
Hi,
I want to use the webcam and I am using the example provided which transforme webCamTexture to Mat.
The problem is that I want to use the same webcam in two different application and an error is happening after the webCamTexture.Play().
Is there anything I could do?
Does this problem occur only when using OpenCVforUnity? Probably the same WebCam can not be initialized with multiple applications at the same time.