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
I'm attempting to capture fullscreen application windows that may not always be visible, which becomes a problem when xcap only detects and captures windows in the desktop or the fullscreen window it was started from. I believe this can be fixed by simply using kCGWindowListOptionAll instead of kCGWindowListOptionOnScreenOnly in CGWindowListCopyWindowInfo on line 137 of impl_window.rs.
The text was updated successfully, but these errors were encountered:
I'm attempting to capture fullscreen application windows that may not always be visible, which becomes a problem when xcap only detects and captures windows in the desktop or the fullscreen window it was started from. I believe this can be fixed by simply using
kCGWindowListOptionAll
instead ofkCGWindowListOptionOnScreenOnly
inCGWindowListCopyWindowInfo
on line 137 ofimpl_window.rs
.The text was updated successfully, but these errors were encountered: