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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-community-multilens-camerapreview",
3
- "version": "7.1.3",
3
+ "version": "7.1.4",
4
4
  "description": "fork of capacitor community camera preview with support for switchting lenses",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",