OpenCVForUnity icon indicating copy to clipboard operation
OpenCVForUnity copied to clipboard

Webcam problem

Open cjsb opened this issue 6 years ago • 1 comments

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?

cjsb avatar Sep 05 '18 21:09 cjsb

Does this problem occur only when using OpenCVforUnity? Probably the same WebCam can not be initialized with multiple applications at the same time.

EnoxSoftware avatar Sep 06 '18 17:09 EnoxSoftware