microsoft / MixedRealityToolkit

The MixedRealityToolkit is a collection of scripts and components intended to accelerate the development of mixed reality applications targeting Windows Mixed Reality.
MIT License
859 stars 277 forks source link

Update SpectatorViewPlugin solution to target newer opencv libs #204

Closed chrisfromwork closed 5 years ago

chrisfromwork commented 5 years ago

The documentation now suggests to use a newer version of vcpkg that defaults to obtaining OpenCV 3.4.3, Previously 3.4.1 was used. I'm updating this solution to now look for the correct libs. I will hold off on checking in until confirming that 3.4.3 works for the various spectator view scenarios

chrisfromwork commented 5 years ago

It looks like there may not be blocked labels for this repo, we should NOT check this in until confirming that opencv 3.4.3 dlls work as expected

chrisfromwork commented 5 years ago

Confirmed locally that 3.4.3 opencv libraries work for marker detection