l1npengtul / nokhwa

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

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

Closed alufers closed 7 months ago

alufers commented 10 months ago

Uses the AVCaptureDeviceTypeExternal enum instead of AVCaptureDeviceTypeExternalUnknown which was deprecated.

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