OpenCVForUnity
OpenCVForUnity copied to clipboard
OpenCV for Unity (Untiy Asset Plugin)
HandPoseEstimationExample is a good example to detect and track hand pose. However it's not exact sometimes as it works via color, not thru some "hand pose" train model. https://github.com/yukihiko/ThreeDPoseUnitySample is...
Could you please update the WebCamTexture Text Reco sample?
 My test device is Android sdk version 9.0 / Galaxy s9. The webcamtexture in all the examples doesn't work when built on my android device. It works fine on...
Hi, Could you please release a version with OpenCV 4.1.1? There are some fixes that would be quite useful on some of the apps we are using OpenCV for Unity...
I need to perform OCR text recognition on a HoloLens. So I'm building a UWP app with the HoloToolkit and the HoloLensCameraStream package, followed along with your HoloLens example scenes...
how to open rtsp camera
To convert from openCV's right handed CS to Unity's left handed CS it should only require a flip of the y-axis. Why does the ArUco Example also flip the z-axis?...
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...
Assets/OpenCVForUnity/Examples/Advanced/AlphaBlendingExample/AlphaBlendingExample.cs(7,7): error CS0246: The type or namespace name `OpenCVForUnity' could not be found. Are you missing an assembly reference? how to solve this error??
Hi, I am working with the ARUCO example that comes with the openCVforUnity plugin. I am trying to call the class Aruco.cs but I can't seems to figure out how...