react-native-vision-camera/ios/Frame Processor
Marc Rousavy 0f7ee51333
feat: Add console logging support for Frame Processors (#297)
* Try to log to console via runOnJS

* Call `console.log`

* Create custom `VisionCameraScheduler`

* Fix scheduler call

* Call with this

* Fix console setting

* Move J---- to `java-bindings`

* c++ style

* Android: 1/2 Create custom Scheduler

* Android: 2/2 Use custom Scheduler

* Don't use `runOnJS`, use `__callAsync` directly
2021-07-30 10:27:45 +02: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: Implement Frame.close() (#229) 2021-07-06 10:08:44 +02:00
FrameHostObject.mm feat: Implement Frame.close() (#229) 2021-07-06 10:08:44 +02:00
FrameProcessorCallback.h feat: native Frame type to provide Orientation (#186) 2021-06-09 10:57:05 +02:00
FrameProcessorPlugin.h feat: native Frame type to provide Orientation (#186) 2021-06-09 10:57:05 +02:00
FrameProcessorPluginRegistry.h feat: native Frame type to provide Orientation (#186) 2021-06-09 10:57:05 +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 feat: Add console logging support for Frame Processors (#297) 2021-07-30 10:27:45 +02: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: Add console logging support for Frame Processors (#297) 2021-07-30 10:27:45 +02:00
VisionCameraScheduler.mm feat: Add console logging support for Frame Processors (#297) 2021-07-30 10:27:45 +02:00