Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to rung CameraWithCVAndCalibration app #44

Closed
hein30 opened this issue Oct 27, 2020 · 1 comment
Closed

Trying to rung CameraWithCVAndCalibration app #44

hein30 opened this issue Oct 27, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@hein30
Copy link

hein30 commented Oct 27, 2020

I am trying to run CameraWithCVAndCalibration sample app. But I am having trouble building the app.

Error LNK1107 invalid or corrupt file: cannot read at 0x86 CameraWithCVAndCalibration C:\Users\xxx\Desktop\HoloLens2ForCV-main\Samples\CameraWithCVAndCalibration\OpenCvInstallArm64-412d\x64\vc15\staticlib\opencv_world412d.lib 1

Could someone please elaborate on how to install opencv for this project? Thanks

@DadEap
Copy link

DadEap commented Oct 28, 2020

I had the same error. It was because I downloaded the project as a zip.

The opencv static library is a heavy file which cannot be directly downloaded. To do so, you need to install git lfs (https://git-lfs.github.com/), which can handle large volume of data, and then clone the project. If the files located in "OpenCvInstallArm64-412d\x64\vc15\staticlib" have a size > 1 Ko, it should work.

@kysucix kysucix added the documentation Improvements or additions to documentation label Nov 3, 2020
@kysucix kysucix closed this as completed Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants