react-native-vision-camera/package/android/src/main/java/com/mrousavy/camera
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
..
core fix: Rename parsers/ to types/ (#2021) 2023-10-17 11:49:04 +02:00
extensions Update .gitattributes 2023-10-18 11:30:01 +02:00
frameprocessor feat: Reintroduce Macros for Frame Processor Plugin registration (#2027) 2023-10-19 10:35:14 +02:00
types fix: Rename parsers/ to types/ (#2021) 2023-10-17 11:49:04 +02:00
utils feat: New Core/ library (#1975) 2023-10-13 18:33:20 +02:00
CameraDevicesManager.kt fix: Fix exposing userPreferredCameraDevice on Android 2023-09-21 17:02:15 +02:00
CameraPackage.kt feat: New JS API for useCameraDevice and useCameraFormat and much faster getAvailableCameraDevices() (#1784) 2023-09-21 11:20:33 +02:00
CameraView.kt fix: Rename parsers/ to types/ (#2021) 2023-10-17 11:49:04 +02:00
CameraView+Events.kt fix: Rename parsers/ to types/ (#2021) 2023-10-17 11:49:04 +02:00
CameraView+Focus.kt chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
CameraView+RecordVideo.kt fix: Rename parsers/ to types/ (#2021) 2023-10-17 11:49:04 +02:00
CameraView+TakePhoto.kt fix: Rename parsers/ to types/ (#2021) 2023-10-17 11:49:04 +02:00
CameraViewManager.kt fix: Rename parsers/ to types/ (#2021) 2023-10-17 11:49:04 +02:00
CameraViewModule.kt fix: Rename parsers/ to types/ (#2021) 2023-10-17 11:49:04 +02:00