-
Notifications
You must be signed in to change notification settings - Fork 2
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
Merge Android/Quest build into main distribution #91
Comments
Googling for "cmake vcpkg android" finds a lot of things that look like they could be relevant. For example https://gist.github.com/pthom/07a130b9f45abb1ddb14bf76b935482b which shows how to build opencv for Android. |
And so is this: https://learn.microsoft.com/en-us/vcpkg/users/platforms/android |
This has suddenly become high priority. For the Transmixr use cases it has been decided that cwipc volumetric video playout is going to be tested for the TG4 use case, and the TG4 playout app is native-android-only. We don't need a full VR2Gather implementation, only playback of a compressed live point cloud stream. We would create a prefab for this in |
The port of last year by @troeggla is in https://github.com/cwi-dis/cwipc_android |
Notes for self (or for future, or for future self).
|
Got pretty far, but now stuck on a cmake error with
If this hack works I'll have to think of a better way to do this (dependent on cross-compiling) and seeing if I can submit this to the vcpkg people. |
Fixed the pcl issue (through a vcpkg port change, microsoft/vcpkg#41505 and microsoft/vcpkg#41506). I can now build and create an installer on my Mac. Added the GitHub action workflow, but that doesn't work yet. |
New pull request submitted, microsoft/vcpkg#43295 |
Once #89 has been merged I think we have a good chance of pulling this off.
The text was updated successfully, but these errors were encountered: