tcannonfodder / Telemachus

KSP telemetry in the web browser
6 stars 1 forks source link

Add API endpoint for getting camera image from KSP #3

Open tcannonfodder opened 8 years ago

tcannonfodder commented 8 years ago

GoAtThrottleUp, an outdated flight data mod, had an endpoint for getting a screenshot of a camera. I think an API endpoint for getting a camera would be a great addition to Telemachus, allowing mission control tools to embed "live feeds" in stations.

The code in GoAtThrottleUp is here: https://github.com/TheTacoScott/GoAtThrottleUp/blob/master/Plugin/GoAtThrottleUpCamera.cs

tcannonfodder commented 8 years ago

It looks like Hullcam and RasterPropMod are the top Camera mods.

We should also support the "chase" camera (what the player sees) and the IVA cameras

justinsandhu commented 8 years ago

This would be amazing. currently I use GATU alongside telemachus and KSPTOT