kerbcam v0.19.0
Installation
- Extract
kerbcam-v0.19.0.zipinto your KSPGameData/directory. - Install Hullcam VDS Continued (required).
- Start KSP and launch a flight with onboard camera parts.
- 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.0and@jonpepler/kerbcam-react@0.19.0published 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
- Pin v0.18.3 (a17e33c)
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
- V0.19.0 (68516d3)
Tests