react-native-vision-camera/package/example/src
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
..
frame-processors feat: Add zero-copy SharedArray type to Frame Processor Plugins (#2383) 2024-01-12 16:00:36 +01:00
hooks feat: Add "Camera Devices" screen to Example (#1927) 2023-10-05 14:52:03 +02:00
img Add Image to example 2023-09-01 19:52:08 +02:00
views chore: Remove photoCodec from Example App 2023-11-15 20:17:16 +01:00
App.tsx perf: Make getCameraPermission and getMicrophonePermission synchronous (#2302) 2023-12-19 14:22:04 +01:00
CameraPage.tsx feat: Implement focus() on Android (#2523) 2024-02-08 15:16:58 +01:00
CodeScannerPage.tsx chore: Enable zoom gesture in CodeScanner page 2023-11-10 13:25:28 +01:00
Constants.ts chore: Simplifies Code Scanner Page (#2145) 2023-11-10 12:08:28 +01:00
DevicesPage.tsx chore: Simplifies Code Scanner Page (#2145) 2023-11-10 12:08:28 +01:00
MediaPage.tsx fix: Fix photo not saving in example app on Android 13+ (#2522) 2024-02-07 11:51:24 +01:00
PermissionsPage.tsx chore: Remove semicolons (#1846) 2023-09-26 11:39:17 +02:00
Routes.ts feat: Implement cornerPoints and frame for scanned codes (#2117) 2023-11-09 11:57:05 +01:00