Enox Software

Results 202 comments of Enox Software

Please copy manifest.xml to add camera capture privileges. https://creator.magicleap.com/learn/guides/migrate-unity-editors NEW with 2019.x - Use a custom manifest to add privileges and modify your API level. A template manifest is located...

Thank you very much for reporting. Unfortunately, the KinetixWithOpenCVForUnityExample does not support the latest OpenCVForUnity 2.4.3. You will probably need to add "using" to example code to fix the error....

Hmm, I don't have a Kinect v2 device at hand right now. I'm working on getting a device now. I need some days time to try this example for the...

There seems to be a small error with newer Unity versions. I'm attaching the new example file that fixes the error. [KinectWithOpenCVForUnityExample1.0.2.zip](https://github.com/EnoxSoftware/KinectWithOpenCVForUnityExample/files/6320713/KinectWithOpenCVForUnityExample1.0.2.zip)

I've committed a new example with some fixes. Please try it. 2f341e5197378c6ad8ee028de0923f053b1a39fe

OpenCVForUnity does not have a way to directly save Mat values to a text file. However, it is possible to save the Mat as an image file. ``` MatOfKeyPoint keypoints1...

Unfortunately, there is no such function. And I do not have any plan to update it.

The PatternDetector class supports only one pattern marker image. If you want to use multiple different markers, you need to use multiple PatternDetector classes.

It appears that the problem occurs when none of keypoints can be detected from the input pattern image. We will be releasing a new version soon that addresses that issue....

This issue may be related to the following issues. https://forum.unity.com/threads/device-camera-in-webgl.523253/