react-native-vision-camera/package/ios/Frame Processor
Marc Rousavy 895f3ec889
feat: Make Frame thread-safe and improve error messages (#2327)
* fix: Fix multi-Thread access on Java

* fix: Thread-lock access on iOS as well

* whoops add missing header impl

* Update Podfile.lock

* fix: Don't use `CFGetRetainCount`

* fix: Lock access on iOS as well

* C++ format

* More detailed error

* chore: Move getters into `Frame`

* Format c++

* Use enum `orientation` again

* format

* fix: Synchronize `isValid` on Java

* Also log pixelformat

* feat: Use Java enums in C++

* Format C++
2023-12-29 14:09:56 +01:00
..
Frame.h feat: Make Frame thread-safe and improve error messages (#2327) 2023-12-29 14:09:56 +01:00
Frame.m feat: Make Frame thread-safe and improve error messages (#2327) 2023-12-29 14:09:56 +01:00
FrameHostObject.h feat: Make Frame thread-safe and improve error messages (#2327) 2023-12-29 14:09:56 +01:00
FrameHostObject.mm feat: Make Frame thread-safe and improve error messages (#2327) 2023-12-29 14:09:56 +01: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 fix: Rename getFrameProcessorPlugin to initFrameProcessorPlugin (#2038) 2023-10-19 11:19:47 +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
UIImageOrientation+descriptor.h feat: Make Frame thread-safe and improve error messages (#2327) 2023-12-29 14:09:56 +01:00
VisionCameraProxy.h fix: Rename getFrameProcessorPlugin to initFrameProcessorPlugin (#2038) 2023-10-19 11:19:47 +02:00
VisionCameraProxy.mm fix: Rename getFrameProcessorPlugin to initFrameProcessorPlugin (#2038) 2023-10-19 11:19:47 +02:00