kerbcam v0.18.1
Installation
- Extract
kerbcam-v0.18.1.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.18.1.zip— complete install tree (plugin + sidecar + shader bundles + settings)Kerbcam.dll— plugin DLL only (for manual installs)
TypeScript SDK
@jonpepler/kerbcam@0.18.1and@jonpepler/kerbcam-react@0.18.1published to GitHub Packages.
Changelog
Bug Fixes
- Make protocol-ci auto-commit race-safe (0c94b8b)
- Never let changelog generation kill a release (e6e5440)
- Isolate per-camera and per-FX failures, restart crashed sidecar (b6cfa13)
- Recover wedged encoders, handle SIGTERM, O(1) status-log eviction (2ab8c27)
- Depend on Harmony2 and pin v0.18.0 (1b446fb)
- Treat shaders without a supported variant as unavailable (0afccf9)
CI
- Run the Plugin/*.Tests harnesses on every push/PR (c4f2e87)
Documentation
- Replace stale sidecar README, add user install + troubleshooting guides (8c0fd22)
- Add live_tests/kerbcam.md, the script-testable protocol reference (66c21b6)
- Add CI status badges to the README (565a21a)
- Pre-release KSP smoke-test checklist (f9a6fb0)
- Drop the CI badges (155ad60)
- Delete the badge line from the testing backlog (c971526)
Other
- V0.18.1 (25582e1)
Tests
- Golden fixture locks the C#/Rust frame-ring layout contract (6220b84)