Can babylonjs load RTSP video stream data and play it in 3D scenes

I recently encountered a requirement to project camera images on a specified model within a 3D scene. Can babylonjs achieve a similar effect? Are there any ready-made cases or similar
Similar to the style in the following address:

For some reason I don’t see the picture you’ve linked. I guess you are looking for a light projection like this?

GIF 2025-7-10 17-09-22
The GIF image is larger than 8m and cannot be uploaded directly. I transcribed it again and the actual effect is as shown in the picture. It can load external camera data in one side of the 3D scene and display it in the scene,Can babylonjs load RTSP’s external camera data stream in 3D scenes

I don’t know much about RTSP but I guess you’ll need something like this? GitHub - deepch/RTSPtoWeb: RTSP Stream to WebBrowser

As long as you have a video element from it, you can use it as a texture :slight_smile: