Stream camera view

Hi, good to see you back!

This is possible in Panda, and in fact this question comes up fairly frequently.

You can set the window-type to none in Panda3D to create a headless application. On a Linux server, you can use the p3headlessgl display module to run Panda3D without an X11 display server (assuming a supported GPU / driver with EGL support). You can use base.win.addRenderTexture with RTMCopyRam to transfer the image to RAM automatically after rendering it.

Here are some recent threads to get you started: