react-native-vision-camera/package/example/android
Marc Rousavy 29fe98cc44
feat: Add zero-copy SharedArray type to Frame Processor Plugins (#2383)
* feat: Create `TypedArray` class for Frame Processor Plugins

* Type

* feat: Pass `VisionCameraProxy` along (BREAKING)

* feat: Finish implementation

* Log a bit

* feat: Successfully convert JSI <> JNI buffers

* Wrap buffer

* fix: Fix using wrong Runtime

* feat: Add docs

* add zero copy example

* Format C++

* Create iOS base

* feat: Finish iOS implementation

* chore: Format

* fix: Use `NSData` instead of `NSMutableData`

* Format

* fix: Fix build when Frame Processors are disabled

* chore: Rename `TypedArray` to `SharedArray`

* fix: Fix Swift typings for Array

* Remove a few default inits

* fix: Fix Android build

* fix: Use `NSInteger`

* Update SharedArray.mm

* fix: Expose bytes directly on iOS (NSData was immutable)
2024-01-12 16:00:36 +01:00
..
.settings chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
app feat: Add zero-copy SharedArray type to Frame Processor Plugins (#2383) 2024-01-12 16:00:36 +01:00
gradle/wrapper chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
.project chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
build.gradle fix: Use minSdkVersion of 26 again 2023-10-05 10:56:30 +02:00
gradle.properties fix: Fix Preview stretching on Android (#2377) 2024-01-11 16:33:40 +01:00
gradlew chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
gradlew.bat chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
settings.gradle chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00