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

About bundler based on mobile phone #7

Open
Beannn opened this issue Sep 16, 2015 · 2 comments
Open

About bundler based on mobile phone #7

Beannn opened this issue Sep 16, 2015 · 2 comments

Comments

@Beannn
Copy link

Beannn commented Sep 16, 2015

Recently, I want to transplant the sources of bundler to mobile phone based on andriod. DO YOU HAVE some files or articles about this? Or, give me some hints. Ok, thank you very much.

@pmoulon
Copy link
Collaborator

pmoulon commented Sep 16, 2015

When you want to use code on Android you have to compile it for an ARM target.
Certainly you can use https://github.com/taka-no-me/android-cmake to compile it or edit manually an .mk compilation file to compile a lib to use in your application.
Recently someone succeed to build one another SfM solution https://github.com/openMVG/openMVG with this toolchain.

Perhaps this page that present how to create OpenCV android application can help you to understand the build process http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html

@Beannn
Copy link
Author

Beannn commented Sep 17, 2015

Thank you for no more.

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

No branches or pull requests

2 participants