capacitor-community-multilens-camerapreview 7.1.3 → 7.1.4
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.
|
@@ -332,6 +332,8 @@ extension CameraController {
|
|
|
332
332
|
throw CameraControllerError.noCamerasAvailable
|
|
333
333
|
}
|
|
334
334
|
|
|
335
|
+
self.rearCamera = camera
|
|
336
|
+
|
|
335
337
|
self.rearCameraInput = try AVCaptureDeviceInput(device: camera)
|
|
336
338
|
if captureSession.canAddInput(self.rearCameraInput!) {
|
|
337
339
|
captureSession.addInput(self.rearCameraInput!)
|
package/package.json
CHANGED