Skip to content

kerbcam v0.21.3

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:11
· 19 commits to main since this release

Installation

  1. Extract kerbcam-v0.21.3.zip into your KSP GameData/ directory.
  2. Install Hullcam VDS Continued (required).
  3. Start KSP and launch a flight with onboard camera parts.
  4. Go to <ksp-ip>:<port> (configured in settings.cfg) to connect to streams.

Assets

  • kerbcam-v0.21.3.zip — complete install tree (plugin + sidecar + shader bundles + settings)
  • Kerbcam.dll — plugin DLL only (for manual installs)

TypeScript SDK @jonpepler/kerbcam@0.21.3 and @jonpepler/kerbcam-react@0.21.3 published to GitHub Packages.

Changelog

Chores

Documentation

  • Quality tiers + rebind robustness design (8d93a84)
  • Quality tiers + rebind robustness implementation plan (634547a)
  • Document MaxQuality tiers in settings.cfg (2a7de0b)
  • Clarify adaptive shedding comments now that it defaults on (0206a9e)

Features

  • Add QualityTier resolution+bitrate resolver (9c7bc23)
  • MaxQuality tier preset drives dims+bitrate, raw keys override (f36dcbe)
  • Enable adaptive quality degrade by default (c2e44b7)
  • Surface sidecar error replies as a transient notice (e1e7100)
  • Show reconnecting state for a tile whose camera is gone (c3585c8)

Other