You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am pretty new to Unity and developing for the HoloLens. I have followed the steps in the README up until step 9 where I need to build on Unity. I am running into the following error:
I tried looking for a reference to MatUtils within this repo as well as the OpenCVForUnity repo, and online with no success. I am currently using Unity version 2022.3.22f1 on Windows 10.
Wondering if anyone can point me towards a solution for this? Thanks!
The text was updated successfully, but these errors were encountered:
Thank you all for your reports.
It seems to be affected by the namespace change in the latest version.
Assets\HoloLensWithOpenCVForUnityExample\HLCameraStreamToMatHelperExample\ComicFilter.cs, replace line 3 from “using OpenCVForUnity.UtilsModule;” with ”using OpenCVForUnity.UnityUtils;” instead of ”using OpenCVForUnity.
Hello! I am pretty new to Unity and developing for the HoloLens. I have followed the steps in the README up until step 9 where I need to build on Unity. I am running into the following error:
I tried looking for a reference to MatUtils within this repo as well as the OpenCVForUnity repo, and online with no success. I am currently using Unity version 2022.3.22f1 on Windows 10.
Wondering if anyone can point me towards a solution for this? Thanks!
The text was updated successfully, but these errors were encountered: