How To Access Phone Camera Feed?

I’m trying to access the camera on a phone and display the live feed from it on a object in the world, but i’m having trouble figuring out any way to get the live feed from a phones camera. Does anyone know how this can be achieved via Blueprints or C++ (Blueprint version would be preferred if possible)?

Hi there Xennma, Did you find a way to do this? i also need to access the camera of a Phone for a concept i have.
thanks

Sadly I still don’t know of any way to do this. The best idea I got was find a plugin web browser that worked on mobile devices and create a webpage that displayed the camera however at the time of posting this question there was no plugin mobile web browsers and i’m not sure if any of the current ones work properly on mobile yet. You would also need to come up with a way around the webpage prompting for the users permission to access the camera and have to deal with the fact there would be very significant delay but other than that I don’t know of anything else that could possibly work.