@capgo/camera-preview 3.2.3 → 3.2.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.
@@ -205,6 +205,7 @@ extension CameraController {
205
205
 
206
206
  previewLayer?.connection?.videoOrientation = videoOrientation
207
207
  dataOutput?.connections.forEach { $0.videoOrientation = videoOrientation }
208
+ photoOutput?.connections.forEach { $0.videoOrientation = videoOrientation }
208
209
  }
209
210
 
210
211
  func switchCameras() throws {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/camera-preview",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "Camera preview",
5
5
  "main": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",