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

Windows Port? #2

Open
jllancaster opened this issue Jun 16, 2016 · 2 comments
Open

Windows Port? #2

jllancaster opened this issue Jun 16, 2016 · 2 comments

Comments

@jllancaster
Copy link

Hopefully this is an appropriate place to post this, but I'd be very interested in a Windows port of openMVG and the gui? Has this been attempted yet?

Thanks

@mad-de
Copy link

mad-de commented Jun 16, 2016

Hi and thank you very much for your interest!
You would be the first one to try, as Im developing it for Linux only, but porting it to Windows or Mac should be relatively simple. Youd have to adjust the building instructions for openMVG and openMVS and their dependencies like described here: https://github.com/cdcseacave/openMVS/blob/master/BUILD.md

Then it should be just a matter of tweaking the command paths so they do work for Windows. As for building, there are 3 cmake options, which only have to be adjusted:

-DBUILD_SFM_GUI= [STANDARD: ON]
-DOPENMVG_PMVS_PATH= [STANDARD: $main_path/CMVS-PMVS_build]
-DOPENMVS_BIN_PATH= [STANDARD: not-set]

So a tested port would be a great addition to the gui, as the openMVG gui could be more easily be pushed into the openMVG main repository.
Let me know if you are interested and if I can be of any help.

Best wishes!

@jllancaster
Copy link
Author

I'll give it a try, thanks! Admittedly, I know nothing about these matters, but from what I can tell the process doesn't seem too complicated. I'll report back on progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants