LLSimpleCamera
LLSimpleCamera copied to clipboard
[AVCaptureSession startRunning] should be called from background thread
if (@available(iOS 16.0, *)) { [self.session performSelectorInBackground:@selector(startRunning) withObject:nil]; } else { [self.session startRunning]; }