l1npengtul / nokhwa

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

Moved from ExternalUnknown to External and added ContinuityCamera #176

Open paviro opened 3 weeks ago

paviro commented 3 weeks ago

My external webcams weren't showing up replacing the deprecated AVCaptureDeviceTypeExternalUnknown with AVCaptureDeviceTypeExternal seems to have fixed it. Also added AVCaptureDeviceTypeContinuityCamera.

I apologise this seems to be a duplicate of #172 leaving it open as it also adds AVCaptureDeviceTypeContinuityCamera which seems to have been included in AVCaptureDeviceTypeExternalUnknown before if I understand correctly.