react-native-vision-camera/package/example/ios
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
..
.bundle Create .bundle/config 2023-09-01 20:17:36 +02:00
Frame Processor Plugins feat: Add zero-copy SharedArray type to Frame Processor Plugins (#2383) 2024-01-12 16:00:36 +01:00
VisionCameraExample docs: Add Kotlin & Swift FP plugins examples (#1902) 2023-10-03 11:33:48 +02:00
VisionCameraExample.xcodeproj feat: Concurrent/Cancellable configure (#2282) 2023-12-13 16:38:02 +01:00
VisionCameraExample.xcworkspace chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
.swift-version chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
.xcode.env chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
File.swift chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
Gemfile chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
Gemfile.lock chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
Podfile docs: Add Kotlin & Swift FP plugins examples (#1902) 2023-10-03 11:33:48 +02:00
Podfile.lock feat: Add zero-copy SharedArray type to Frame Processor Plugins (#2383) 2024-01-12 16:00:36 +01:00
vc_example_cocoapod_utils.rb docs: Add Kotlin & Swift FP plugins examples (#1902) 2023-10-03 11:33:48 +02:00
VisionCameraExample-Bridging-Header.h docs: Add Kotlin & Swift FP plugins examples (#1902) 2023-10-03 11:33:48 +02:00