EnoxSoftware / HoloLensWithOpenCVForUnityExample

HoloLens With OpenCVforUnity Example (Support for Hololens1 and Hololens2)
MIT License
262 stars 50 forks source link

ArUco Example - Head Movement inverted #28

Closed egmontmayer closed 4 years ago

egmontmayer commented 4 years ago

I am using the HoloLensWithOpenCVForUnityExample with Unity2019.4.2 and with the newest MixedRealityToolkit 2.4.0. I have followed the steps 1-7 closely and think it should be setup correctly, as there are no build errors.

But somehow in the ArUco example my head movement seams to be exaggerated: https://youtu.be/vrrV-by1Fpg

If you look closely the marker in the CameraFeed seams to be correct...

P.S. I have tried with Unity 2018.4.24f and with the MRTK 2.2.0 and there this problem does not exist.

EnoxSoftware commented 4 years ago

This is a strange result. I recently tried it with Unity 2019.4.5f1 and MRTK 2.4.0 and this problem did not exist.

egmontmayer commented 4 years ago

Thanks for your response, yes indeed it was some inconsistencies on my side... I had both marker size and the requested frame size setup the wrong way. It works now.