react-native-vision-camera/src
Marc Rousavy a0590dccb5
feat: Replace Reanimated with RN Worklets (#1468)
* Setup RN Worklets

* Use RN Worklets on iOS

* Fix console

* Add `installFrameProcessorBindings()` function

* Add `FrameProcessorPlugins` proxy (BREAKING CHANGE)

* Clean up docs

* Update FRAME_PROCESSORS.mdx

* Use RN Worklets 0.2.5

* feat: Android build setup

* Rewrite Android Frame Processor Part

* Update CMakeLists.txt

* fix: Add react-native-worklets Gradle dependency

* Update Podfile.lock

* fix build

* gradle:7.4.1

* Init JSI Bindings in method on Android

* Fix Folly flags

* fix: Init `FrameProcessorRuntimeManager` later

* fix: Wrap in `<GestureHandlerRootView>`

* Refactor plugins

* fix: Remove enableFrameProcessors

* Install RN Worklets from current GH master

* Update babel.config.js

* Update CameraViewModule.kt

* Update ImageProxyUtils.java

* feat: Upgrade to Reanimated v3

* fix: Fix crash on Worklet init

* Update RN Worklets to latest master

* fix: Simplify FP Plugins Proxy
2023-02-13 15:22:45 +01:00
..
expo-plugin fix: Cleanup config plugin JS 2022-01-11 12:36:38 +01:00
hooks feat: Replace Reanimated with RN Worklets (#1468) 2023-02-13 15:22:45 +01:00
utils fix: Fix TypeScript relative imports (#358) 2021-08-16 10:45:41 +02:00
Camera.tsx feat: Replace Reanimated with RN Worklets (#1468) 2023-02-13 15:22:45 +01:00
CameraDevice.ts docs: Update Format.pixelFormat documentation 2021-12-10 09:52:40 +01:00
CameraError.ts fix: (Android) Give real video resolutions, unbind/rebind preview in onHostResume, add missing Android capture errors (#1079) 2022-06-14 10:54:33 +02:00
CameraPosition.ts ESLint autofix 2021-02-20 17:07:10 +01:00
CameraPreset.ts ESLint autofix 2021-02-20 17:07:10 +01:00
CameraProps.ts chore: fix typo in code comment (#795) 2022-02-02 16:58:16 +01:00
Frame.ts feat: Implement Frame.close() (#229) 2021-07-06 10:08:44 +02:00
FrameProcessorPlugins.ts feat: Replace Reanimated with RN Worklets (#1468) 2023-02-13 15:22:45 +01:00
globals.d.ts feat: Replace Reanimated with RN Worklets (#1468) 2023-02-13 15:22:45 +01:00
index.ts feat: Replace Reanimated with RN Worklets (#1468) 2023-02-13 15:22:45 +01:00
PhotoFile.ts docs: Fix Frame Processor install step and QualityPrioritization Order (#451) 2021-09-24 10:15:26 +02:00
PixelFormat.ts feat: Add pixelFormat field (#559) 2021-12-10 09:44:30 +01:00
Point.ts Bootstrap 2021-02-19 16:07:53 +01:00
Snapshot.ts feat: Frame Processors for Android (#196) 2021-06-27 12:37:54 +02:00
TemporaryFile.ts Update TemporaryFile.ts 2021-03-08 18:00:30 +01:00
VideoFile.ts fix: Make duration non-optional (#744) 2022-01-17 08:56:00 +01:00