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

Use AVCaptureDeviceTypeExternal on macOS #155

Open
doinkythederp opened this issue Oct 28, 2023 · 0 comments
Open

Use AVCaptureDeviceTypeExternal on macOS #155

doinkythederp opened this issue Oct 28, 2023 · 0 comments

Comments

@doinkythederp
Copy link

The externalUnknown device type is currently deprecated in macOS and, by trial and error, can't be used to detect cameras. Replacing this with AVCaptureDeviceTypeExternal will allow nokhwa to detect this type of camera.

alufers added a commit to alufers/nokhwa that referenced this issue Dec 5, 2023
…l cameras (fixes l1npengtul#155)

Uses the AVCaptureDeviceTypeExternal enum instead of AVCaptureDeviceTypeExternalUnknown which was deprecated.

See: https://developer.apple.com/documentation/avfoundation/avcapturedevicetypeexternalunknown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant