I want to know under what conditions can -[AVCaptureSession synchronizationClock]
be nil? Some of my app users on iOS 16.1 are hitting this error (synchronizationClock == nil
) which is not reproducible on my side.
I want to know under what conditions can -[AVCaptureSession synchronizationClock]
be nil? Some of my app users on iOS 16.1 are hitting this error (synchronizationClock == nil
) which is not reproducible on my side.