Enox Software

Results 200 comments of Enox Software

The dnn and text modules are not supported on the UWP platform. https://enoxsoftware.com/opencvforunity/documentation/support-modules/ The dnn module is disabled for builds for the UWP platform, so text modules that depend on...

@gerwalk Please see the issue page below. https://github.com/opencv/opencv/issues/9177 The DNN module does not work properly on UWP. 

I may be wrong about this as I have limited knowledge about what you want to achieve, but in general, I don't think it is possible to get video from...

This is the correct execution result. On UnityEditor, OpenCVForUnity is run using the dll library for Windows platforms. However, if you build for a UWP platform, the dll library for...

There does not seem to be any problem with your code. Could you please show us the QR image that is not detectable? Or you can send it to us...

Unfortunately, I don't have an example of converting between Mat data and compute buffer. Also, The following methods can be used to input and output Mat data to and from...

The save path may not be appropriate. Could you try the following code? `Imgcodecs.imwrite( Application.persistentDataPath + "/test.jpg", result)` https://github.com/EnoxSoftware/OpenCVForUnity/blob/ef064e959f02f527119c9f55a0f275b071d9dc61/Assets/OpenCVForUnity/Examples/MainModules/imgcodecs/ImwriteScreenCaptureExample/ImwriteScreenCaptureExample.cs#L38

Unfortunately, I do not know how to train this model. https://github.com/opencv/opencv_contrib/commit/c146d37b93a678bc24824de237d0d51b3fa80c7c

OpenCV does not seem to have a direct conversion API. https://github.com/RonnyldoSilva/Opencv_Mat_to_Base64 https://stackoverflow.com/questions/33430903/how-to-restore-base64-encoded-opencv-java-matrix-to-c-cvmat

Thank you very much for reporting. It seems to "import settings" are not correct. Please make sure it is set as follows. ![image](https://user-images.githubusercontent.com/7920392/104577732-2bd27880-569d-11eb-98b5-8be172a6ffb4.png) Set [PlayerSettings]-[Other Settings]-[Configuration]-[Camera Usage Description]. ![image](https://user-images.githubusercontent.com/7920392/104577781-3ab92b00-569d-11eb-8aeb-d140194744ee.png) Set...