react-xr
react-xr copied to clipboard
feat: Add Raw Camera Access support
Add Raw Camera Access support on top of my PR to three.js https://github.com/mrdoob/three.js/pull/31487
Also added an example scene that mirrors the three.js one.
Draft for now until the main PR is (hopefully) merged!
What device/browser combos is this supported on?
This currently works on Android Mobile devices and is shipping without flags in Chrome. Quest doesn't support the module, instead choosing to use getUserMedia like you would a webcam.
However, I'm not currently working with this module and I was a little unhappy with how I implemented this anyways. I'd be okay closing it and coming back to it later.