LLSimpleCamera icon indicating copy to clipboard operation
LLSimpleCamera copied to clipboard

[AVCaptureSession startRunning] should be called from background thread

Open zengkebing3630 opened this issue 2 years ago • 0 comments

if (@available(iOS 16.0, *)) { [self.session performSelectorInBackground:@selector(startRunning) withObject:nil]; } else { [self.session startRunning]; }

zengkebing3630 avatar Oct 13 '22 09:10 zengkebing3630