react-native-vision-camera/package/ios/Core
Marc Rousavy fb1d82ad9a
feat: Implement focus() on Android (#2523)
* feat: Implement `focus()` on Android

* Throw if not supported

* Do focus in example

* Format

* fix: Properly convert layer point to camera coordinates

* Fix

* Set trigger back to IDLE

* Fix rotation maybe?

* Rotated by

* fix: Fix display point calculation

* Try other

* Invoke `capture` callback on same thread

* Center metering rectangle

* Reset AF Trigger to IDLE

* Reset it to it's default AF mode again, i dont even know anymore

* Update CameraPage.tsx

* Format

* Apply options to repeating

* Set

* Use scene mode

* Update CameraPage.tsx

* Update CameraDeviceDetails.kt

* It fucking works

* Update PersistentCameraCaptureSession.kt

* Update PersistentCameraCaptureSession.kt

* Update PersistentCameraCaptureSession.kt

* Create CameraCaptureSession+setRepeatingRequestAndWait.kt

* Oh my god it works

* Also focus AE

* Cancel reset request

* Rename to AF

* Format

* Update PersistentCameraCaptureSession.kt
2024-02-08 15:16:58 +01:00
..
CameraConfiguration.swift fix: Check torch only if needed (#2215) 2023-12-14 10:54:19 +01:00
CameraError.swift feat: Implement focus() on Android (#2523) 2024-02-08 15:16:58 +01:00
CameraQueues.swift feat: New Core/ library (#1975) 2023-10-13 18:33:20 +02:00
CameraSession.swift fix: Fix blackscreen issues and lifecycle when closing Camera (#2339) 2024-01-08 11:41:57 +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 chore: Update swiftlint to latest (#2398) 2024-01-16 18:01:41 +01:00
CameraSession+Focus.swift fix: Fix focus(..) on iOS (#2220) 2023-11-27 14:43:56 +01:00
CameraSession+Photo.swift feat: New Core/ library (#1975) 2023-10-13 18:33:20 +02:00
CameraSession+Video.swift fix: Catch insufficient-storage errors (#2422) 2024-01-24 11:48:38 +01:00
CameraSessionDelegate.swift feat: Add onStarted and onStopped events (#2273) 2023-12-09 19:09:55 +01:00
PhotoCaptureDelegate.swift fix: Catch insufficient-storage errors (#2422) 2024-01-24 11:48:38 +01:00
PreviewView.swift feat: New Core/ library (#1975) 2023-10-13 18:33:20 +02:00
RecordingSession.swift feat: Add width and height to VideoFile output (#2281) 2023-12-12 16:43:57 +01:00