Enox Software

Results 202 comments of Enox Software

Could you tell me about your test environment? OpenCVForUnity version : MarkerBasedARExample version : Unity version : Build Platform : Is the camera front camera or rear camera? : Also,...

The PixelCoordToWorldCoord function is used in ProjectionExample, and in my testing this example works fine. If you are not getting the correct values for cameraToWorldMatrix and projectionMatrix, ["3.Add Define Symbols:"...

https://github.com/EnoxSoftware/MarkerBasedARExample/blob/master/Assets/MarkerBasedARExample/MarkerBasedAR/MarkerDetector.cs#L101-L104 I think you probably need to change these parameters.(unity scale 1.0 = 1m) MarkerBasedARExample is based on https://github.com/MasteringOpenCV/code/tree/master/Chapter2_iPhoneAR. Please refer to [MasteringOpenCV](http://www.packtpub.com/cool-projects-with-opencv/book) for a detailed algorithm.

It seems that the new SDK (2.4.0) has changed the texture format to YUV format as you mentioned. Unfortunately, we have no plans to fix that problem for us at...

Windows platform only, but the following solutions are available. https://enoxsoftware.com/opencvforunity/how-to-run-dnn-modules-with-cuda-backend-support-on-windows-platform/

I tried it and the same problem occurred in my environment. This problem seems to be occurring with opencv itself. https://github.com/opencv/opencv/issues/24175 https://github.com/opencv/opencv/issues/25512 https://github.com/opencv/opencv/issues/23977

From the error text it seems that the onnx model file is incorrect, but we do not know why this is the case. What about other model examples? (YOLOv8ObjectDetection or...

Hi, We too are trying to migrate from MRTK2 to MRTK3 The way to fix the misalignment of the ARGameObject's position in the ArUco example is to change the Y...

It is true that the namespace of the “RectangleTrack” class is “OpenCVForUnity.RectangleTrack”. It seems that this is due to the fact that the code was created a long time ago....

Hi, I have not encountered problems 1 and 2 so far in my environment. I can't seem to come up with a cause right away. As for the CameraStream in...