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
Setup the OpenCVForUnity. (Tools > OpenCV for Unity > Set Plugin Import Settings)
Move the "OpenCVForUnity/StreamingAssets/haarcascade_frontalface_alt.xml" and "OpenCVForUnity/StreamingAssets/lbpcascade_frontalface.xml" to the "Assets/StreamingAssets/" folder.
Clone HoloLensCameraStream repository.
Copy the "HoloLensCameraStream/HoloLensVideoCaptureExample/Assets/CamStream/" folder to the "Assets/" folder.
Set the scripting backend of the plugin inspector to "Any Script Backend". (IL2CPP support)
Import the HoloLensWithOpenCVForUnityExample.unitypackage.
Add the "Assets/HoloLensWithOpenCVForUnityExample/*.unity" files to the "Scenes In Build" list in the "Build Settings" window.
Set "IL2CPP" to "Other Settings > Configuration > Scripting Backend" selector in the "Player Settings" window.
Add "WebCam" to "Publishing Settings > Capabilities" checklist in the "Player Settings" window.