ArUcoDetectionHoloLens-Unity icon indicating copy to clipboard operation
ArUcoDetectionHoloLens-Unity copied to clipboard

ArUco marker tracking on the HoloLens, implemented in Unity.

Results 11 ArUcoDetectionHoloLens-Unity issues
Sort by recently updated
recently updated
newest added

Hi, I am working with the Short Throw ToF Reflectivity stream. When I try to access it from unity via a mediaframegroup backed by a multiframe buffer I get an...

It would be great if you could add support for Unity 2020, as opening the project with that version currently leads to compilation errors with the scripts.

Hi @doughtmw , I'm trying to use your code with the Kalman Filter but i have an error of violation writing location in media groupe framework. Do you any idea...

Hi Mitchel, First of all thank you for this amazing repo and your work in this area! I'm currently pursuing a project where we try to implement ARuco marker detection...

When I restart the detection algorithm, I get the following issue: **Exception thrown at 0x76E4E2AF in Visual Tag Detector.exe: Microsoft C++ exception: Platform::COMException ^ at memory location 0x0234F428. HRESULT:0x80072740 Only...

hello and thank you for reading. in this issue i'll walk through my process and why i cant seem to run this project. I'm unable to reproduce my initial issue....

Hi, Mitchell, Thanks for your great work! I'm reading your code and have a problem about the transformation between the frame 'unity' and 'marker' in the script ArUcoMarkerDetection.cs. ` //...

Respected Sir/Ma'am, I would like to incorporate this method into my project. I have some questions regarding it. 1. I would like to know what is the Component 'Pvgo' in...

How did you know you had a memory leak while displaying the video feed to a Unity texture. Is there a setting in Visual Studio debugger to show this? Also...

Severity Code Description Project File Line Suppression State Error (active) E1740 lambda captured variable of type "HoloLensForCV::MediaFrameSourceGroup ^" cannot be copied to closure class field of type "HoloLensForCV::MediaFrameSourceGroup ^*" HoloLensForCV...