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

How to generate a project which can work on the iPad with Metal? #49

Closed
Liuyangdong opened this issue Apr 8, 2016 · 2 comments
Closed

Comments

@Liuyangdong
Copy link

I have successfully used InfiniTAM framework on the iPad to reconstruct the indoor scenes with Structure Sensor capturing the depth information. But the project I'v generated only using the CPU and it takes about 100ms to process one frame.

The question is how to generate a project which can work on the iPad with Metal?
Thanks!

@victorprad
Copy link
Owner

You need a few defines in the project to use the Metal code. You can download a demo Xcode project from http://www.robots.ox.ac.uk/~victor/infinitam/files/InfiniTAM_ios9.zip . If you want to build that you need to add the Structure.framework from http://structure.io to the Frameworks folder.

@Liuyangdong
Copy link
Author

Thank you very much for your patient reply, and I will have a try!

victorprad pushed a commit that referenced this issue Jul 22, 2017
Fix a crash bug in the visualisation engine - PRIORITY MERGE REQUESTED
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