react-native-vision-camera/package/ios/Core
Marc Rousavy 1767e6e881
fix: Fully synchronize buffers in RecordingSession to account for late-running frames (#2206)
* fix: Fully synchronize `RecordingSession` to account for late Frames

* Restructure Code

* Update RecordingSession.swift

* Fix last audio timestamp not being used

* fix: Remove `capture/aborted` error

* Update RecordingSession.swift

* Don't log for every Frame

* Format
2023-11-23 18:17:15 +01:00
..
CameraConfiguration.swift perf: Use lossy compressed YUV buffers if available (#2195) 2023-11-22 16:19:29 +01:00
CameraError.swift feat: Split videoHdr and photoHdr into two settings (#2161) 2023-11-15 18:33:12 +01:00
CameraQueues.swift feat: New Core/ library (#1975) 2023-10-13 18:33:20 +02:00
CameraSession.swift fix: Fully synchronize buffers in RecordingSession to account for late-running frames (#2206) 2023-11-23 18:17:15 +01:00
CameraSession+Audio.swift fix: Fix Video Recording delay and improve startRecording() performance (#2192) 2023-11-22 17:53:10 +01:00
CameraSession+CodeScanner.swift feat: Implement cornerPoints and frame for scanned codes (#2117) 2023-11-09 11:57:05 +01:00
CameraSession+Configuration.swift fix: Expose minExposure/maxExposure in format (#2179) 2023-11-19 16:43:04 +01:00
CameraSession+Focus.swift feat: New Core/ library (#1975) 2023-10-13 18:33:20 +02:00
CameraSession+Photo.swift feat: New Core/ library (#1975) 2023-10-13 18:33:20 +02:00
CameraSession+Video.swift fix: Fully synchronize buffers in RecordingSession to account for late-running frames (#2206) 2023-11-23 18:17:15 +01:00
CameraSessionDelegate.swift feat: Implement cornerPoints and frame for scanned codes (#2117) 2023-11-09 11:57:05 +01:00
PhotoCaptureDelegate.swift feat: New Core/ library (#1975) 2023-10-13 18:33:20 +02:00
PreviewView.swift feat: New Core/ library (#1975) 2023-10-13 18:33:20 +02:00
RecordingSession.swift fix: Fully synchronize buffers in RecordingSession to account for late-running frames (#2206) 2023-11-23 18:17:15 +01:00