Skip to content

Use Case Image Gen

Connor Jakubik edited this page Feb 13, 2025 · 1 revision
Use Cases → Image Generation

Up to date for Platform 0.29.0.

Written by Connor Jakubik.


Image Generation Use Case

Documentation WIP

  • Space Teams PRO provides real-scale, photometrically accurate rendering for anywhere in the solar system.
  • Image Generation specific use cases:
    • Vehicle camera simulation
      • Template: ASTERIA Lunar Lander Terminal Descent
      • Define any number of cameras mounted to anything in the simulation (or as their own free body)
      • From any code in the simulation (C++ or Python), can command an image-capture for one of those cameras with specific exposure/lens/sensor properties
        • Fully asynchronous; only limit to number of image capture commands is the computation speed for rendering the images.
      • Receive raw image pixels in form ready to process using a library like OpenCV or PIL, or save the images to disk.
    • (WIP) non-standard display output for professional simulators
      • Unreal nDisplay or related technology
      • Multi-user netcode used to run multiple client programs for additional rendering

Clone this wiki locally