google-ar / arcore-android-sdk

ARCore SDK for Android Studio
https://developers.google.com/ar
Other
4.98k stars 1.22k forks source link

musl libc variant for arcoreimg tool (feature request) #448

Open DavidArayan opened 6 years ago

DavidArayan commented 6 years ago

Following the discussion from https://github.com/google-ar/arcore-android-sdk/issues/399 it would be great if arcoreimg tool could be provided against musl libc. This would allow running the tool in an Alpine container on a server environment for bulk processing images.

Thank you.

inio commented 6 years ago

Feature request recorded.

zeromodule commented 4 years ago

Are there any news?

DavidArayan commented 4 years ago

Unfortunately we never managed to get the arcoreimg tool working properly on Alpine Linux.

We developed a sort of "Swiss Army Knife" Docker image that has arcoreimg among other useful binaries if you wanted to check it out at https://github.com/Plattar/python-xrutils.

It would be nice to get a version for Alpine but don't think it will happen. This was filed in 2018 after all.

Hope that helps.