We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c52a95 commit 584f007Copy full SHA for 584f007
Sources/W3WSwiftComponentsOcr/Camera/W3WOcrCamera.swift
@@ -118,7 +118,7 @@ public class W3WOcrCamera: W3WVideoStream {
118
disconnectInputAndOutput()
119
#else
120
121
- thread.async { [weak self] in
+ thread.sync { [weak self] in
122
guard let self else { return }
123
self.session?.beginConfiguration()
124
self.session?.commitConfiguration()
0 commit comments