Simon Taylor

Results 15 issues of Simon Taylor

With TPAC coming up, there was a suggestion the Immersive Web and WebRTC groups could meet to discuss potential integrations of XR data into the WebRTC spec. WebRTC has come...

It would be nice to get the S22 series supported - the latest Samsung "S" phone is usually the most common android device in US/UK/EU markets. There's still the Exynos...

Using Chrome Canary 72.0.3626.0, Android 9, Pixel 2. ARCore is installed and works with native apps. Canary has camera permission (verified with a getUserMedia demo). webxr and webxr-hit-test flags are...

There's a couple of different ways to view ARCore / ARKit sessions: 1) A camera stream with additional pose and anchor metadata along with each frame 2) An implementation detail...

I have argued in immersive-web/webxr-ar-module#77 that whilst the current full-screen `immersive-ar` implementations on mobile platforms are a useful way of providing device-agnostic content, it is not sufficient for many real-world...

Hi all! (I posted an introduction to me and my background on the public WebXR mailing list [here](https://lists.w3.org/Archives/Public/public-immersive-web/2022Mar/0004.html)) It would be very useful for many handheld AR use cases to...

We compile computer vision code to WASM that runs live on getUserMedia camera frames for AR use cases on smartphone platforms. We show a spinner during loading/compilation but ideally would...

#### Description CppReference suggests `` should overload `std::abs` with versions taking (and returning) various floating-point types: https://en.cppreference.com/w/cpp/numeric/math/fabs With the `system` STL, this doesn't happen. The latest NDK default compiler does...

cmake
ndk-build

The [xrLocateSpace description](https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html#_xrlocatespace) includes this paragraph: > The runtime should return a location with XR_SPACE_LOCATION_POSITION_VALID_BIT set and XR_SPACE_LOCATION_POSITION_TRACKED_BIT unset for spaces tracking two static entities in the world when their...

synced to gitlab