react-native-vision-camera/ios/Frame Processor
Marc Rousavy 4038db2e28
feat: Frame Processors: Allow returning Frames (support for resize and other frame manipulations) (#185)
* batch

* Init Frame as box

* Use ObjC syntax

* Fix access

* Revert "Fix access"

This reverts commit 7de09e52739d4c2b53f485d5ed696f1665fa5737.

* Revert "Use ObjC syntax"

This reverts commit e33f05ae8451cc4ee24af41d14dc76a57c157554.

* Revert "Init Frame as box"

This reverts commit 5adafb6109bfbf7fddb8ddc4af7d306b7b76b476.

* use holder

* convert buffer <-> jsi object

* add docs

* add more docs

* Update JSIUtils.mm

* Update FRAME_PROCESSORS_CREATE_OVERVIEW.mdx

* Update CameraView+RecordVideo.swift
2021-06-08 14:20:07 +02:00
..
CMSampleBufferRefHolder.h feat: Frame Processors: Allow returning Frames (support for resize and other frame manipulations) (#185) 2021-06-08 14:20:07 +02:00
CMSampleBufferRefHolder.m feat: Frame Processors: Allow returning Frames (support for resize and other frame manipulations) (#185) 2021-06-08 14:20:07 +02:00
FrameHostObject.h feat: Frame Processors: Allow returning Frames (support for resize and other frame manipulations) (#185) 2021-06-08 14:20:07 +02:00
FrameHostObject.mm feat: Separate usecases (decouple microphone, video, photo) (#168) 2021-06-07 13:08:40 +02:00
FrameProcessorCallback.h fix: Fix AVAudioSession not allowing background music playback (#155) 2021-06-01 13:07:57 +02:00
FrameProcessorPlugin.h fix: Fix AVAudioSession not allowing background music playback (#155) 2021-06-01 13:07:57 +02:00
FrameProcessorPluginRegistry.h fix: Fix AVAudioSession not allowing background music playback (#155) 2021-06-01 13:07:57 +02:00
FrameProcessorPluginRegistry.mm fix: Fix AVAudioSession not allowing background music playback (#155) 2021-06-01 13:07:57 +02:00
FrameProcessorRuntimeManager.h fix: Fix AVAudioSession not allowing background music playback (#155) 2021-06-01 13:07:57 +02:00
FrameProcessorRuntimeManager.mm docs: Frame Processor Java Types (#183) 2021-06-08 10:15:34 +02:00
FrameProcessorUtils.h fix: Fix AVAudioSession not allowing background music playback (#155) 2021-06-01 13:07:57 +02:00
FrameProcessorUtils.mm fix: Fix AVAudioSession not allowing background music playback (#155) 2021-06-01 13:07:57 +02:00