Taking images while moving in Cesium

I want to fly a plane between several way points, and every 10 seconds, I’d like to take an image of the earth as seen from the plane I’m flying in. Is there a way to do that?

Hi there,

You’d need to set the camera position to match the POV of the plane for a frame, then there are some examples of how to render the canvas to a image in this thread.

Previously we did explore some implementations of offscreen rendering, but that is not currently part of the core CesiumJS library.