How to grant camera access to Web Browser Widget?

Hey guys, new around here (and to UE5 in general).

Long story short, I’m using this widget to preview a web page inside my project. The website I’m testing with need camera access to perform certain actions, unfortunately I’m unable to grant such permission form inside my UE5 project. Is there any way I can do this? If not, does anyone know any workaround to do something similar?

Thanks!

Hey there @Nylrak! Welcome to the community! So it doesn’t look like certain webRTC have native hooks in the plugin itself. I’ve done a bit of digging in a number of locations but most don’t have much substance.

That’s unfortunate. Do you know of any webRTC plugin with said support? Any way I can do this manually?

I agree with @AntiGravity here, possibly streaming it in externally through a format the web plugin accepts, or the alternative is to work from the source code and introduce a plugin that can pull it off, however I’m not well versed enough in web API to help with that portion.