immersive-web / webxr-polyfill

Use the WebXR Device API today, providing fallbacks to native WebVR 1.1 and Cardboard
Apache License 2.0
382 stars 85 forks source link

Polyfill "AR cardboard"? #22

Open blairmacintyre opened 6 years ago

blairmacintyre commented 6 years ago

I'm wondering about the possibility to polyfill AR, akin to how Carboard is polyfilled, but for "magic window" (not stereo) AR.

There are a few reasons to do this:

There are significant limitations, most obviously that the camera intrinsics aren't known, so the field of view of the video isn't known. But given the ability to build the polyfill with different features turned on / off (right now, WebVR and Cardboard), it seems like a potentially useful addition.