Enox Software
Enox Software
WebCamTextureToMatHelper cannot be used because WebCamTexture is not used in Vuforia's ARCamera. This repository is an example of how to convert from Vuforia's ARCamera to OpenCV's Mat. https://github.com/EnoxSoftware/VuforiaWithOpenCVForUnityExample/
There is a way to do an asynchronous conversion from Texture to Mat using the Rendering.AsyncGPUReadback class. Asynchronous conversion may improve FPS. https://docs.unity3d.com/2021.2/Documentation/ScriptReference/Rendering.AsyncGPUReadback.html The following code is an example of...
This error is probably due to some arguments not being initialized. In order to display the native opencv's error code, please enclose the code in Utils.setDebugMode(true) and Utils.setDebugMode(false). You may...
Is the DynamicAdaptedFeatureDetector class implemented in the current opencv? From my search of the code, it seems it has already been removed.
We have modified some of your code and now we get the same results in python and c#. It seems that the error was caused by the CvType of "camera_matrix"...
Thank you very much for reporting. Could you please tell me which version of OpenCVForUnity you tried?
The Utils.renderTextureToMat() method does not seem to exist in OpenCVForUnity 2.5.8. What code have you tested?
Sorry for the delay in responding. It seems that opencv's dnn module is capable of inferring yolov8 models in onnx format. https://github.com/opencv/opencv/pull/24611 We have a YOLOv5 example repository on our...
Examples of Segmentation and Classification models have also been added!
@wimvanhenden-tool This problem seems to have been reported in the opencv repository. https://github.com/opencv/opencv/issues/23977