Files
ledgrab/server/src/wled_controller
alexei.dolgolyov a9e6e8cb82
Lint & Test / test (push) Successful in 1m28s
fix: KC color strip test preview — use LiveStreamManager instead of raw engine
BetterCam (DXGI) only supports one capture session per display, so creating
a second engine for the KC test produced no frames when a target was already
running. Now uses LiveStreamManager.acquire() which ref-counts and reuses
the running capture.

Also removed double postprocessing — ProcessedLiveStream already applies
filters, so re-applying them in the KC test halved the resolution (960x400
→ 240x100).
2026-03-29 14:11:01 +03:00
..