Enox Software
                                            Enox Software
                                        
                                    Based on the error message you sent me about CameraIntrinsics not be found, I'm guessing that the error is due to HoloLensCameraStream ([https://github.com/camnewnham/HoloLensCameraStream](https://github.com/camnewnham/HoloLensCameraStream)) not importing it.
I tested it again in my environment and the project setup was successful. My environment : Windows 10 Unity 2018.4.28f1 I found that the order in which the assets are...
project file structure: The errors up to the fourth one are caused by the fact that the CametaStream example code contains an old Unity API, so you can either let...
I think you apparently downloaded the "CameraStream" asset file from a different repository than my development environment. The "HoloLensCameraStream.dll" file looks obviously wrong. It appears to be from the VulcanTechnologies...
Multiple markers can be detected at the same time if they belong to the same dictionary ID. However, the HoloLensArUcoExample limits the number of AR objects that can be displayed...
I recently set up this example from scratch for another matter and it worked fine. I think Patsufr's advice is valid.
Thank you for your inquiry. Unfortunately, the surface_matching module is not supported by OpenCVForUnity. https://enoxsoftware.com/opencvforunity/documentation/support-modules/ Regards, EnoxSoftware
Since OpenCVForUnity is being created as a clone of opencv java, there are no plans to add a surface_matching module at this time. https://docs.opencv.org/4.9.0/javadoc/index.html Regards, EnoxSoftware
Unfortunately, we don't have an example that combines ARFoundation and Color Detection. Nor do we plan to create one in the near future. For color detection, the example scene "MultiObjectTrackingBasedOnColorExample"...
I tried the onnx model (yolox_s_object_pose.onnx) distributed on that site with python opencv and got the following error. > error: (-2:Unspecified error) Can't create layer "onnx_node!/1/NonZero" of type "NonZero" in...