-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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: media capture permission missing #3396
Comments
Hello @letmaik, |
Hello @letmaik, |
@letmaik I'm going to close the issue. |
I understand there may not be an immediate solution but it is still an unresolved issue. Why not keep the issue open? Other CI providers seem to have resolved this issue, and I'd rather not switch away from GitHub Actions because of this. |
Description
I'm trying to capture output from a virtual camera with OpenCV, however there seem to be some permissions missing: https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/requesting_authorization_for_media_capture_on_macos?language=objc
Area for Triage:
Apple
Question, Bug, or Feature?:
Bug
Virtual environments affected
Image version
20210510.1
Expected behavior
macOS should not interactively ask for permissions in CI.
Actual behavior
Not sure, but likely a permission prompt pops up.
Repro steps
Install OBS (or just the virtual camera with https://github.com/letmaik/pyvirtualcam/blob/master/.github/scripts/install-macos-obs-virtual-cam.sh), then run:
Linked: opencv/opencv#20094 opencv/opencv-python#291
The text was updated successfully, but these errors were encountered: