Eoghan Hynes

Results 3 comments of Eoghan Hynes

Here is a good Unity ARUco marker detection template for the HoloLens 2: https://github.com/doughtmw/ArUcoDetectionHoloLens-Unity

Guys, can you explain what is happening in this line of code: Vector3 position = cameraToWorldMatrix.GetColumn(3) - cameraToWorldMatrix.GetColumn(2) * 2.2f; What are Columns 3 and 2? I need to reposition...

Thank you @Abdul-Mukit @cookieofcode and @EnoxSoftware. Following your comments I got it working on HL2, with some exceptions: In Summary: I made the change to [camnewnham/HoloLensCameraStream](url) suggested in #29 (comment)...