react-native-vision-camera/package/ios/Frame Processor
Mateusz Mędrek a291642c53
feat: Reintroduce Macros for Frame Processor Plugin registration (#2027)
in VisionCamera v1 & v2 there were two ObjC macros that were helping
in creation/registration of Frame Processors, but these were removed with
v3

This PR reintroduces such macros, which will not only make FP development
easier, but also it will also fix issues people had with registration of
Swift Frame Processors (+load vs +initialize issues)

Docs were also updated to reflect that the macros should be used to
correctly initialize and register ObjC/Swift Frame Processors
2023-10-19 10:35:14 +02:00
..
Frame.h chore: Change line width to 140 in C++ 2023-09-01 19:39:25 +02:00
Frame.m chore: Change line width to 140 in C++ 2023-09-01 19:39:25 +02:00
FrameHostObject.h chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
FrameHostObject.mm feat: Add support for Buffer Compression for a more efficient Video Pipeline (enableBufferCompression) (#1828) 2023-09-21 17:18:54 +02:00
FrameProcessor.h chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
FrameProcessor.mm chore: Change line width to 140 in C++ 2023-09-01 19:39:25 +02:00
FrameProcessorPlugin.h feat: Reintroduce Macros for Frame Processor Plugin registration (#2027) 2023-10-19 10:35:14 +02:00
FrameProcessorPlugin.m feat: Reintroduce Macros for Frame Processor Plugin registration (#2027) 2023-10-19 10:35:14 +02:00
FrameProcessorPluginHostObject.h chore: Change line width to 140 in C++ 2023-09-01 19:39:25 +02:00
FrameProcessorPluginHostObject.mm fix: Fix passing options to frame processors on iOS (#1750) 2023-09-06 11:27:35 +02:00
FrameProcessorPluginRegistry.h chore: Change line width to 140 in C++ 2023-09-01 19:39:25 +02:00
FrameProcessorPluginRegistry.m fix: Log in FrameProcessorPluginRegistry (#2012) 2023-10-16 17:51:18 +02:00
JSINSObjectConversion.h chore: Change line width to 140 in C++ 2023-09-01 19:39:25 +02:00
JSINSObjectConversion.mm chore: Change line width to 140 in C++ 2023-09-01 19:39:25 +02:00
VisionCameraProxy.h chore: Change line width to 140 in C++ 2023-09-01 19:39:25 +02:00
VisionCameraProxy.mm chore: Change line width to 140 in C++ 2023-09-01 19:39:25 +02:00