react-native-vision-camera/package/android/src/main/java/com/mrousavy/camera
Marc Rousavy ba1d7eec9c
feat: Use JSI's ArrayBuffer instead of TypedArray (#2408)
* feat: Use JSI's `ArrayBuffer` instead of `TypedArray`

* fix: Fix move memory

* feat: Implement iOS

* Format

* Update JSIJNIConversion.cpp

* fix: Fix Android `toArrayBuffer` and other

* Catch FP call errors

* Update return type

* Use `CPU_READ_OFTEN` flag as well

* CPU flag

* Run destructors under `jni::ThreadScope`

* Update FrameProcessorPluginHostObject.cpp

* fix: Fix `toArrayBuffer()` crash

* Update Frame.ts
2024-01-17 20:18:46 +01:00
..
core feat: Use JSI's ArrayBuffer instead of TypedArray (#2408) 2024-01-17 20:18:46 +01:00
extensions fix: Release MediaActionSound after playing (#2390) 2024-01-16 18:01:28 +01:00
frameprocessor feat: Use JSI's ArrayBuffer instead of TypedArray (#2408) 2024-01-17 20:18:46 +01:00
types fix: Fix blackscreen issues and lifecycle when closing Camera (#2339) 2024-01-08 11:41:57 +01:00
utils fix: Fix blackscreen issues and lifecycle when closing Camera (#2339) 2024-01-08 11:41:57 +01:00
CameraDevicesManager.kt fix: Fix blackscreen issues and lifecycle when closing Camera (#2339) 2024-01-08 11:41:57 +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 feat: Add width and height to VideoFile output (#2281) 2023-12-12 16:43:57 +01:00
CameraView+TakePhoto.kt feat: Implement atomically single-lock core/ library on Android (#2049) 2023-10-24 11:19:03 +02: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