l1npengtul / nokhwa

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

rename externalunknown -> external #172

Open Uriopass opened 2 months ago

Uriopass commented 2 months ago

ExternalUnknown is deprecated: https://developer.apple.com/documentation/avfoundation/avcapturedevicetypeexternalunknown

Causes my camera to not be detected (but works with External).

Maybe we should have both ?... Not sure how depreciation works on mac APIs.