You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(overlay): Add frame count threshold for auto-disable functionality (#71)
* feat(overlay): Add frame count threshold for auto-disable functionality
- Introduced `frame_count_to_disable` parameter in OverlayConfig to specify the number of consecutive valid frames required before the overlay auto-disables.
- Updated OverlayController to track consecutive received frames and conditionally disable loading based on the new threshold.
0 commit comments