react-native-vision-camera/ios/Frame Processor
Marc Rousavy be5ec69b02
feat: Make Reanimated optional (disable Frame Processors if REA v2 is not installed) (#412)
* Fix building iOS without Reanimated

* Conditionally compile Frame Processors (gradle)

* Conditionally use externalNativeBuild

* Remove Reanimated import

* fix: Conditionally load REA/VisionCamera libraries

* fix: Add disable FP to docs

* fix: Fix dummy placeholder for Scheduler.mm

* fix: Fix dummy `Scheduler` declaration

* fix: Only init `CameraView` C++ side if frame processors are enabled

* fix: Install JSI Bindings on Frame Processor Manager ctor

* fix: Wrong conditional

* whoops
2022-01-02 17:35:26 +01:00
..
Frame.h feat: native Frame type to provide Orientation (#186) 2021-06-09 10:57:05 +02:00
Frame.m feat: native Frame type to provide Orientation (#186) 2021-06-09 10:57:05 +02:00
FrameHostObject.h feat: Make Reanimated optional (disable Frame Processors if REA v2 is not installed) (#412) 2022-01-02 17:35:26 +01:00
FrameHostObject.mm fix: Fix Frame.bytesPerRow showing wrong values on iOS (#688) 2021-12-31 16:59:05 +01:00
FrameProcessorCallback.h feat: native Frame type to provide Orientation (#186) 2021-06-09 10:57:05 +02:00
FrameProcessorPerformanceDataCollector.swift fix: Fix divison by zero in Performance Sample collector (#416) 2021-09-08 17:18:12 +02:00
FrameProcessorPlugin.h feat: native Frame type to provide Orientation (#186) 2021-06-09 10:57:05 +02:00
FrameProcessorPluginRegistry.h fix: Re-install FP plugins on bundle reload (#684) 2021-12-30 11:38:54 +01:00
FrameProcessorPluginRegistry.mm fix: Re-install FP plugins on bundle reload (#684) 2021-12-30 11:38:54 +01:00
FrameProcessorRuntimeManager.h fix: Fix AVAudioSession not allowing background music playback (#155) 2021-06-01 13:07:57 +02:00
FrameProcessorRuntimeManager.mm feat: Make Reanimated optional (disable Frame Processors if REA v2 is not installed) (#412) 2022-01-02 17:35:26 +01:00
FrameProcessorUtils.h fix: Fix AVAudioSession not allowing background music playback (#155) 2021-06-01 13:07:57 +02:00
FrameProcessorUtils.mm feat: Add console logging support for Frame Processors (#297) 2021-07-30 10:27:45 +02:00
VisionCameraScheduler.h feat: Make Reanimated optional (disable Frame Processors if REA v2 is not installed) (#412) 2022-01-02 17:35:26 +01:00
VisionCameraScheduler.mm feat: Make Reanimated optional (disable Frame Processors if REA v2 is not installed) (#412) 2022-01-02 17:35:26 +01:00