Android Implementation #8
Replies: 2 comments
|
Looks like there is ARCore which provides some documentation that may be useful. This specific link looks interesting: https://developers.google.com/ar/develop/java/camera-sharing#overview_of_enabling_an_app_to_share_camera_access_with_arcore |
Research update — August 2026Picking this thread back up and doing the full survey. Everything below was verified against The camera-sharing lead was the right instinctShared camera access turns out to That gives you high-res JPEGs with a known 6-DoF pose attached to each one, which is exactly what a Caveats, and they're device-tier dependent:
Note "occasional" in Google's own wording. This supports a deliberate capture cadence — a frame The gap this doesn't closeApple's Object Capture is two products behind one API: a guided capture UI (where to move next, Confirmed against current ARCore docs: no mesh reconstruction, no scene meshing, no object Three findings that shaped the conclusion1. Hardware isn't coming back. Every Android phone that Google's 2. Google's AR investment moved to headsets and glasses. Meanwhile the classic phone SDK is maintained but static: v1.54.0 (Apr 2026), v1.53.0 (Mar 2026), The part worth flagging for anyone considering Android work here: 3. Every working Android product routes through a server. The survey of what exists:
Nothing both runs on device and reconstructs objects as a linkable Android dependency. KIRI is One genuine parity win worth recording: Scene Viewer Where that leaves the recommendationRoughly a third of the current API surface maps cleanly to Android, a third needs reinvention The decisive argument isn't difficulty, it's what this library is. Its value is being a thin, So: no native Android parity for now. "iOS-only, because Apple ships something Android doesn't" If it's ever revisited, the ordering should be:
Not a bespoke Android reimplementation of the whole surface. A backend earns value on day one; a Triggers to revisitRather than a date, specific events worth watching (cheapest check: re-read the ARCore and Jetpack
Write-upNow on
The audit also cleaned up what was there (#25). Both Android view managers were unreachable dead code — every view component returns Two things worth knowing if you depend on this on Android:
Contributions and corrections welcome, especially from anyone who has shipped ARCore capture in |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Need to start gathering documentation to get an idea of how this package can implemented for React Native - Android. If you see this and have insight, please review any previous discussion log and contribute!
All reactions