microsoft / HoloLens2ForCV

Sample code and documentation for using the Microsoft HoloLens 2 for Computer Vision research.
MIT License
489 stars 145 forks source link

opencv release version for CameraWithCVAndCalibration #91

Closed bo-wu closed 3 years ago

bo-wu commented 3 years ago

Hi authors,

Thanks a lot for the great repository. I have successfully built the CameraWithCVAndCalibration sample in debug version. However, it seems the opencv_world412.lib for release version is missing. Where can I get the library, or do I have to compile it by myself ?

lihaowei1999 commented 3 years ago

It seems that the lib is in directory CameraWithCVAndCalibration\OpenCvInstallArm64-412d\x64\vc15\lib the problem you said can be solved by adding this path to the environment in your project, and can deploy successfully after this alteration. But the it seems that the program lack some dll after deploy.

bo-wu commented 3 years ago

@lihaowei1999 Thanks for the reply. However, it is the DEBUG version of opencv, not RELEASE version.

bo-wu commented 3 years ago

Close. See Issue #96