I’m a beginner with Unreal Engine, and I’m working on a project where I want to create an FPV drone interface in VR. Here’s the setup:
- The drone has a stereo camera onboard.
- The camera streams video to a laptop.
- The laptop sends the video feed to a VR headset and overlays UI components for the user.
My main question is: how can I create a VR scene in Unreal Engine where the user’s view is based on the live camera feed from the drone? Are there any plugins or tools available in UE that can help with this, or do I need to handle the streaming and rendering manually?
Any guidance or tips would be greatly appreciated!