l1npengtul / nokhwa

Cross Platform Rust Library for Powerful Webcam/Camera Capture
Apache License 2.0
482 stars 111 forks source link

Use AVCaptureDeviceTypeExternal on macOS #155

Open doinkythederp opened 9 months ago

doinkythederp commented 9 months ago

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.