react-xr icon indicating copy to clipboard operation
react-xr copied to clipboard

feat: Add Raw Camera Access support

Open mikeskydev opened this issue 5 months ago • 2 comments

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!

mikeskydev avatar Jul 24 '25 13:07 mikeskydev

What device/browser combos is this supported on?

myers avatar Nov 07 '25 19:11 myers

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.

mikeskydev avatar Nov 20 '25 15:11 mikeskydev