react-native-vision-camera/package/ios/Types
Marc Rousavy cf8f3d05e3
fix: Fix Video Recording delay and improve startRecording() performance (#2192)
* fix: Add more logs

* perf: Init audio AVAssetWriter in parallel

* chore: Log Audio Session activation

* perf: Init Audio Session asynchronously

* chore: Log when category changed

* fix: Revert lazy audio initialization

* Update Podfile.lock

* Pass `sourceFormatHint` to video and audio AVAssetWriter

* fix: Remove `sourceFormatHint` from Video Asset Writer

* Use default options for Audio Asset Writer

* Update Podfile.lock

* Revert "Use default options for Audio Asset Writer"

This reverts commit e575a14c5342ddc7f9db557d5e3915328ed9e798.

* Add time logs

* fix: Don't synchronize audio buffers, they are already in sync

* shouldOptimizeForNetworkUse = false

* fix: Only update `latestTimestamp` once video buffer has been written

* perf: Use `AVAssetWriterInput` instead of `AVAssetWriterInputPixelBufferAdaptor`

* fix: Fix Audio not being synchronized with Video

* Remove logs add comments

* Format

* feat: Set `.videoRecording` AVAudioSession mode

* Refactor `startRecording()` a bit

* Format

* chore: Throw error directly instead of double-checking
2023-11-22 17:53:10 +01:00
..
AutoFocusSystem.swift fix: Ensure format is properly checked for equality (#2083) 2023-10-25 12:56:32 +02:00
CameraDeviceFormat.swift fix: Expose minExposure/maxExposure in format (#2179) 2023-11-19 16:43:04 +01:00
CodeScannerOptions.swift chore: Rename CodeScanner to CodeScannerOptions in native (#2010) 2023-10-16 16:56:39 +02:00
JSUnionValue.swift feat: New Core/ library (#1975) 2023-10-13 18:33:20 +02:00
Orientation.swift fix: Fix basic Orientation on iOS (#2000) 2023-10-14 13:17:14 +02:00
PixelFormat.swift perf: Use lossy compressed YUV buffers if available (#2195) 2023-11-22 16:19:29 +01:00
RecordVideoOptions.swift fix: Fix Video Recording delay and improve startRecording() performance (#2192) 2023-11-22 17:53:10 +01:00
ResizeMode.swift feat: New Core/ library (#1975) 2023-10-13 18:33:20 +02:00
Torch.swift feat: New Core/ library (#1975) 2023-10-13 18:33:20 +02:00
Video.swift feat: New Core/ library (#1975) 2023-10-13 18:33:20 +02:00
VideoStabilizationMode.swift feat: Support setting videoStabilizationMode (#2160) 2023-11-15 17:00:41 +01:00