Mirror the AR render canvas in Chrome debug window

Is there any way to force the chrome debugger to show the render canvas when in AR mode? By default it will display a black screen in the chrome debugger, but it would be nice to be able to project the canvas content (video pass through + AR content) for demos / feedback sessions.

I don’t know if Babylon prevents this from happening or if Chrome does.

cc @RaananW

Sorry - I was sure I answered this already.

This is a webxr limitation. Unless we render the scene twice (which will degrade performance) it will always show a black screen. XR is rendered to a WebGK texture and not to the canvas. this is the reason the canvas is now shown. If you do need it, enabling the spectator mode on the session manager will probably work as you expect.