EnoxSoftware / OpenCVForUnity

OpenCV for Unity (Untiy Asset Plugin)
https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088
550 stars 172 forks source link

DnnModule is not being detected in UWP #145

Closed bilawal-mahmood closed 2 years ago

bilawal-mahmood commented 2 years ago

DnnModule is not being detected in UWP but working perfectly in windows. All other modules are working in UWP except Dnn. it is a paid version not trial.
image

EnoxSoftware commented 2 years ago

The OpenCV Dnn module is not supported by the UWP platform of OpenCV C++, so there is no plan to be implemented by OpenCVforUnity for now. https://github.com/opencv/opencv/blob/master/modules/dnn/CMakeLists.txt#L1-L3 https://enoxsoftware.com/opencvforunity/documentation/support-modules/