Multicam (c) fix 3

This commit is contained in:
chk
2026-06-06 11:17:34 +02:00
parent 1811b3281d
commit ebc8dcc928
4 changed files with 176 additions and 445 deletions

View File

@@ -41,7 +41,8 @@ for (const cam of camsConfig) {
liveFps: cam.liveFps ?? LIVE_FPS,
hiresSize: cam.hiresSize ?? HIRES_SIZE,
hiresFps: cam.hiresFps ?? HIRES_FPS,
encode: cam.encode ?? ENCODE_MODE,
encode: cam.encode ?? ENCODE_MODE,
hiresEncode: cam.hiresEncode, // undefined → fällt im Konstruktor auf encode zurück
onDemand: ON_DEMAND, idleGraceMs: IDLE_GRACE_MS,
});
camsMeta.push({