Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS windows are only captured in the same screen that the program was started in. #96

Open
etzabo opened this issue Jan 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@etzabo
Copy link

etzabo commented Jan 30, 2024

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.

@nashaofu nashaofu added the enhancement New feature or request label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants