Files
vf-cuda-grid/controller/cuda_grid_controller
gx 4cd2b4ba8f controller: auto-layout debounce (hysteresis) + revert mpp_main dispatch
Hysteresis (FrigateBridgeCfg.auto_hysteresis_sec, default 3.0):
  _update_auto_layout schedules debounced apply через asyncio.Task.
  Каждый новый state event cancels pending timer (reset). Apply только
  когда state стабилен N sec — short motion blips не дёргают layout.

Реверт set_mpp_main dispatch (mpp main fixed = parking):
  Earlier attempt с streamselect@mpp_main + split=4 крашил pipeline
  ("Error while filtering: Invalid argument" — too complex filter graph).
  Rolled back в infra; controller dispatch соответственно не пытается
  set_mpp_main больше.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-21 07:19:43 +01:00
..