Skip to content

kerbcam v0.19.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 22:55
· 76 commits to main since this release

Installation

  1. Extract kerbcam-v0.19.0.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 : (configured in settings.cfg) to connect to streams.

Assets

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

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

Changelog

Bug Fixes

  • Blit Hullcam filters through a per-camera material (c00fe16)

CI

  • Add a windows-2022 clippy + test lane (5ec1660)

Chores

Features

  • Pick the default bitrate from the encoder backend (04684bf)
  • BitrateBps knob, 0 leaves the bitrate to the sidecar (8212a76)
  • Layer user overrides from PluginData over shipped defaults (bba8c5c)
  • Opt-in adaptive quality promote in the stagger controller (04602b8)
  • Media Foundation hardware H.264 backend for Windows (0d8e9eb)

Other

Tests

  • Pin the HullcamVDS reflection contract the filter blit relies on (6497dce)
  • Prove filter blits are byte-stable under shared-static clobbering (1847bb9)