mipops / dvrescue

Archivist-made software that supports data migration from DV tapes into digital files suitable for long-term preservation. Snapshot daily builds are at https://mediaarea.net/download/snapshots/binary/dvrescue/.
BSD 3-Clause "New" or "Revised" License
82 stars 19 forks source link

add avcapturedevicetypeexternal warning #878

Open dericed opened 1 week ago

dericed commented 1 week ago
2024-06-19 15:20:07.566 dvrescue[12009:162980] WARNING: AVCaptureDeviceTypeExternal is deprecated for Continuity Cameras. Please use AVCaptureDeviceTypeContinuityCamera and add NSCameraUseContinuityCameraDeviceType to your Info.plist.

Anything to do for this?

g-maxime commented 1 week ago

There isn't any reference to AVCaptureDeviceTypeExternal in the source code. I think this message come because DV driver use outdated macOS API and is unlikely to be updated.