OpenCVForUnity icon indicating copy to clipboard operation
OpenCVForUnity copied to clipboard

OpenCV for Unity (Untiy Asset Plugin)

Results 111 OpenCVForUnity issues
Sort by recently updated
recently updated
newest added

Hello, I have an issue that I can't load any of the Yolo examples. I have used the python script to download all the models but no matter what I...

Hi, I'm trying to decode a 16-bit png encoded depth image from the Kinect Azure. Since the depth image is transmitted via network I receive the data as a byte...

I have a problem writing a predictor for YoloV5 or YoloV6. Can you refer me to some documentation to insert these models into your package?

Hi, I want to recognize the user's face from a webcam in real-time by using OpenCV for unity lib. Actually, I'm a beginner at unity, so first I tried to...

Hi. I want to use OpenCVForUnity with Hololens2. It works well in unity editor but when built to Hololens2, camera image of Hololens2 is not be displayed. (I want to...

Hi. I want to get the image frame from the video stream URL. I wrote the code refer to "videoio example" and "https://forum.unity.com/threads/released-opencv-for-unity.277080/page-55#post-7427405". However, I failed to load video stream....

The example scene for this works great in standalone but when I switch to uwp I get the error that the namespace barcode references can not be found.

Hi All, I was checking the free trial version of OpenCV for Unity in that I need some help : Can anyone please share some of the references for the...

I am using an external USB Camera to get Texture2d and then convert it to Mat for further processing. In the WebCamtexturetoMat example, i can see the "frameMat" in created...

My cods does not work ,errors in StereoCalibrate Input vars objectPlist ,imagePlistL ,imagePlistR . What's wrong with this? List objectPlist = new List(); ; List imagePlistL = new List(); List...