-
Notifications
You must be signed in to change notification settings - Fork 144
Description
Hello,
I've been trying to get the CameraWithCVAndCalibration sample to work for the past two days. However I still haven't succeded yet.
Opening the sln-file I got the error: LNK1104 cannot open file 'opencv_world412d.lib' so I manually added the path to the .lib-file under Properties->Configuration Properties->VC++ Directories->Library Directories.
Trying to deploy the project to HoloLens2 as Debug|ARM64 configuration results in the following two errors:
And yes I did use git lfs clone to clone the repository!
Can anyone please help me? I spend hours trying to figure out where things went wrong and still have no clue... I tried out different PC's and even factory resetted my HoloLens2. Other examples work just fine but I can't get this to work.
Thanks in advance!