OpenCVForUnity icon indicating copy to clipboard operation
OpenCVForUnity copied to clipboard

OpenCV for Unity (Untiy Asset Plugin)

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

Thank you for this excellent repository @EnoxSoftware 👍 Have you tried to run two cameras at the same time on Android? I'm only be able to run one 😅

After following the workaround for the issue #169, it seems that it still doesn't work in C# but it works in Python. Here is what I did: Python: ```py import...

An error occurs when you use the Imgproc.getAffineTransform method . ![image](https://github.com/EnoxSoftware/OpenCVForUnity/assets/47585072/104a762c-5db4-4c3a-9a3d-d57ef9788dc9) always: Native object address is NULL

no DynamicAdaptedFeatureDetector funcation

I encountered an error when loading an MP4 video using capture.open, as if the ffmpeg module was not loaded. The environment is Unity 2021.3.39, OpencvforUnity version 2.6.1. Below are some...

While building it from Mac and unity project exported as flutterios I'm getting this kind of error.. I have added opencv2.framework but still it says not found. Can anyone help!!...

I have a video playing in another software, I am getting the video feed in unity using NDI/Spout. [https://github.com/keijiro/KlakNDI](url) I am currently using the MultiObjectTrackingExample scene where I am just...

I have downloaded and imported the latest version of OpenCV but this issue still persists same as the last version. Windows 11 Unity Version Tested on: 2022.3.50f1 and 2022.3.48f1 Platform:...

Since Yolo v11 is based on the v8 code, when will you release a YOLOv11 example?

I am running the multiobjectracking scene and I replaced the video from the default "768x576_mjpeg.mjpeg" to my video which is called "1.mp4". At the end of the video, the video...