Enox Software
Enox Software
The OpenCVForUnity library is built using build_sdk.py in the same way as normal OpenCV Android Sdk. So NEON optimization is enabled. https://github.com/opencv/opencv/blob/master/platforms/android/ndk-16.config.py When reproducing code equivalent to Feature2DExample using OpenCV...
the UWP platform does not support the dnn module. https://github.com/opencv/opencv/issues/9177 So, UWP proform does not support the barcode module, which depends on the dnn module.
Thank you for your inquiry. Unfortunately, the TFLite file doesn't seem to be compatible with OpenCV's dnn module. https://answers.opencv.org/question/213204/tensorflow-lite-graph-with-opencv-dnn/ In addition, in order to read the pb file with OpenCV,...
Thank you very much for reporting. I will look into this and get back to you. Also, I'm not sure if Unity currently supports Xcode 12.4; the latest Xcode version...
I tried the project you shared the link for in my environment and got the same error. OpenCV for Unity 2.4.3 UnityEditor: 2020.3.0f1 Build Target: IOS Xcode: 12.4 MacOS: 10.15.4...
Perhaps there is some kind of problem with the project folder. Could you try to delete the "Library" folder from the project folder?
In Unity 4.6, It seems the black screen problem occurs while using the combination of Vuforia and OpenCVForUnity. I am investigating the cause.Unfortunately, please use the Unity5 at the moment.
Thank you for your inquiry. VideoCapture class of OpenCVforUnity supports Motion JPEG Video(MJPEG) codec on all platforms. .avi and .mov files are supported by mac and win(require opencv_ffmpeg310.dll https://forum.unity.com/threads/released-opencv-for-unity.277080/page-16#post-2723212). Also,...
I’m sorry I made a mistake. Please use version 3.3.0. If you use the “VideoCapture(string filename) or VideoWriter class”, require setup. 1)Download "OpenCV for Windows Version 3.3.0"(http://opencv.org/downloads.html). 2)Set PATH variable...
@AR9Rizvi What version of OpenCVForUnity are you using? Also, VideoPlayerWithOpenCVForUnityExample https://github.com/EnoxSoftware/OpenCVForUnity/blob/master/Assets/OpenCVForUnity/Examples/MainModules/objdetect/HOGDescriptorExample/HOGDescriptorExample.cs#L124-L136 https://github.com/EnoxSoftware/VideoPlayerWithOpenCVForUnityExample/blob/master/Assets/VideoPlayerWithOpenCVForUnityExample/VideoPlayerWithOpenCVForUnityExample.cs#L72 // Update is called once per frame void Update () { if (videoPlayer.isPlaying && videoPlayer.texture != null) {...