kerbcam v0.21.0
Installation
- Extract
kerbcam-v0.21.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.21.0.zip— complete install tree (plugin + sidecar + shader bundles + settings)Kerbcam.dll— plugin DLL only (for manual installs)
TypeScript SDK
@jonpepler/kerbcam@0.21.0and@jonpepler/kerbcam-react@0.21.0published to GitHub Packages.
Changelog
Bug Fixes
- Portal the quality menu like the camera dropdown (18c15f9)
- Converge the stagger budget instead of sawtoothing (ce68aa2)
Chores
- Pin v0.20.1 (bb98e9a)
Documentation
- Add set-quality to the control-channel message table (643aab0)
- Describe the once-per-session sidecar lifecycle (96893ab)
Features
- Viewer set-quality message and per-camera quality state (b20941d)
- Viewer quality clamp through the auto-shed resolution path (bd1364a)
- Per-camera quality controls in the client and CameraFeed (8793b5f)
- Survive scene changes with live peers, self-exit when KSP dies (aa64ed8)
- Run the sidecar once per KSP session, not once per flight scene (8bf60c4)
- Ramp static in on stall and add a show-static toggle (559bbfe)
- Make show-static global with a reduced-motion default (24b4e02)
Other