react-native-vision-camera/package/android/src/main/java/com/mrousavy/camera
Daniel Prado 7e2889cf84
fix: Fix maxImages have been acquired error in Frame Processor (#2430)
* fix: maxImages when frameprocessor error

* fix: Use `try`/`finally` for safety

---------

Co-authored-by: Marc Rousavy <me@mrousavy.com>
2024-01-25 18:17:48 +01:00
..
core fix: Fix maxImages have been acquired error in Frame Processor (#2430) 2024-01-25 18:17:48 +01:00
extensions chore: Cleanup Android codebase (#2415) 2024-01-18 18:55:49 +01:00
frameprocessor fix: Remove unneeded synchronized keyword 2024-01-18 20:02:48 +01:00
types fix: Fix blackscreen issues and lifecycle when closing Camera (#2339) 2024-01-08 11:41:57 +01:00
utils fix: Catch insufficient-storage errors (#2422) 2024-01-24 11:48:38 +01:00
CameraDevicesManager.kt chore: Cleanup Android codebase (#2415) 2024-01-18 18:55:49 +01:00
CameraPackage.kt feat: New JS API for useCameraDevice and useCameraFormat and much faster getAvailableCameraDevices() (#1784) 2023-09-21 11:20:33 +02:00
CameraView.kt fix: Fix blackscreen issues and lifecycle when closing Camera (#2339) 2024-01-08 11:41:57 +01:00
CameraView+Events.kt feat: Add onStarted and onStopped events (#2273) 2023-12-09 19:09:55 +01:00
CameraView+Focus.kt chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
CameraView+RecordVideo.kt fix: Catch insufficient-storage errors (#2422) 2024-01-24 11:48:38 +01:00
CameraView+TakePhoto.kt fix: Catch insufficient-storage errors (#2422) 2024-01-24 11:48:38 +01:00
CameraViewManager.kt feat: Add onStarted and onStopped events (#2273) 2023-12-09 19:09:55 +01:00
CameraViewModule.kt perf: Make getCameraPermission and getMicrophonePermission synchronous (#2302) 2023-12-19 14:22:04 +01:00