-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
use AVCaptureSession API for macos shadow servers #1872
Comments
Found a better code sample to start from : PyImageSnap. |
And a screen recording example here https://gist.github.com/timsutton/0c6439eb6eb1621a5964:
|
Managed to put together a screen recording-to-delegate example based on the one above
|
2020-05-24 06:12:21: antoine uploaded file
|
This OBS commit might be what we need: obsproject/obs-studio@551c54b |
The API we currently use (CGRegisterScreenRefreshCallback)is deprecated, we have to switch to AVCaptureSession and AVCaptureScreenInput.
This may be blocked by the same bug as #1231, see [/attachment/ticket/1231/webcam_avfoundation.py].
The text was updated successfully, but these errors were encountered: