@capgo/camera-preview 7.10.0 → 7.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -714,7 +714,9 @@ extension CameraController {
|
|
|
714
714
|
captureSession.commitConfiguration()
|
|
715
715
|
// Restart the session if it was running before
|
|
716
716
|
if wasRunning {
|
|
717
|
-
|
|
717
|
+
DispatchQueue.global(qos: .userInitiated).async {
|
|
718
|
+
captureSession.startRunning()
|
|
719
|
+
}
|
|
718
720
|
}
|
|
719
721
|
}
|
|
720
722
|
|