l1npengtul / nokhwa

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

Add AVCaptureDeviceType::External enum value to fix detecting external cameras (fixes #155) #157

Closed alufers closed 9 months ago

alufers commented 11 months ago

Uses the AVCaptureDeviceTypeExternal enum instead of AVCaptureDeviceTypeExternalUnknown which was deprecated.

See: https://developer.apple.com/documentation/avfoundation/avcapturedevicetypeexternalunknown