Skip to content

[AVCaptureSession startRunning] should be called from background thread #149

@zengkebing3630

Description

@zengkebing3630

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions