-
Bug
-
Resolution: Won't Do
-
P2: Important
-
6.2.0 Beta4
-
None
When changing the capture session's audio input device to a device that was connected during the session, AVFoundation can't seem to create a new AVCaptureDevice. Even though the notification for a new connected capture device gets called and we do have a valid uniqueID for the device, AVCaptureDevice deviceWithUniqueId: gives us a null device. This doesn't happen when the device is connected before starting the capture session.