HoloLensWithOpenCVForUnityExample icon indicating copy to clipboard operation
HoloLensWithOpenCVForUnityExample copied to clipboard

HoloLens With OpenCVforUnity Example (Support for Hololens1 and Hololens2)

Results 31 HoloLensWithOpenCVForUnityExample issues
Sort by recently updated
recently updated
newest added
trafficstars

I need to enable/disable marker detection repeatedly in my app. Doing this in this example app (switch between Aruco example and main menu back and forth) crashes after a while,...

In the case of face recognition, I only have the left eye to render the picture

I followed the setup instructions 1-7. Then, I connected my Hololens through Window > XR > Holographic Emulation > "Remote to Device". However, when I press Play in Unity, it...

I tried running the HololensArUcoExample and was not very happy with my experience. It was very slow and had some lacks. When I moved the marker, the cube would move...

How do I record while using Opencv in Hololnes? pleases...

Hi, I'm trying to get the intrinsic Parameters of my HoloLens at a resolution of 2048x1152 (PhotoMode). Modifying CameraIntrinsicsCheckerHelper.cs Line 165 to: `x.Width == 2048 &&` and Line 166 to:...

Hi, I'm looking for an Example like the HoloLensArUcoExample but with free picures like the Markerless example in the normal OpenCV for Unity samples. And what is in your opinion...

Step 6 includes example files that utilize 'MixedRealityPointerEventData'. This does not exist (https://localjoost.github.io/MRTK2-to-MRTK3-tapping-selecting-holograms/) with MRTK3. That being said I have temporarily commented out (thankfully) the only method that uses this...

Hi, I have uploaded all the examples and files associated with this OpenCVWithHoloLens project However I am interested in working only with the arUco marker detection example. So when I...