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
fix(windows): stop camera enumeration leaking device resources and pause idle polling in the tray (#2143)
* fix: stop Media Foundation camera enumeration leaking device resources
* fix: pause device polling while Cap idles hidden in the tray
* fix: stop DirectShow camera enumeration instantiating capture filters
* fix: fall back to DirectShow when a Media Foundation device is unusable
* fix: cover remaining main-window hide paths and restore native visibility detection
* fix: release unusable MF sources and harden DirectShow fallback pairing
* fix: pause queries when the main window hides itself from the frontend
* fix: shut down unusable MF-only devices before returning empty formats
* fix: pause queries explicitly on frontend main-window hides
* fix: harden main-window hide coverage and pause ordering
0 commit comments