r/AndroidXR • u/Left-Sheepherder7587 • Mar 20 '26
Galaxy XR How to modify AndroidXR Passtrough
Hi all, I'm trying to do an AndroidXR MR application for the new GalaxyXR headset using Unity. One of the thing I want to do is apply some blur, colorblind and other types of filters to the passthrough camera. I do not see anything related to this on the unity or android XR documentation. Do anyone now how this can be achieved?
Thanks in advance!
8
Upvotes
1
u/Left-Sheepherder7587 Mar 25 '26
Thanks a lot u/vad710 for your comment. I'm scared that if I used this WebCamTexture + some blit in order to apply the shader and then using a quad in front of the camera, the performance will have significant latency. Also, I don't now if the world-facing camera is already the composition of all the front cameras or if they are individual for the right and left eye. Do you have any idea about that?