react-native-vision-camera/example/src
Marc Rousavy 86dd703c2b
feat: Rewrite Android C++ part (VisionCameraProxy + JFrame) (#1661)
* First Android rewrite

* Rewrite Android C++ backend

* Pass `ReadableNativeMap`, fix build error

* fix: Fix FrameProcessor init

* Make a bunch of stuff const reference to avoid copies

* Indents

* Cleanup

* indents

* docs: Update Android docs

* Update CameraView.kt

* fix: Format C++ code
2023-07-22 00:15:11 +02:00
..
frame-processors feat: Expose unified VisionCameraProxy object, make FrameProcessorPlugins object-oriented (#1660) 2023-07-21 17:52:30 +02:00
hooks feat: Add React Native 0.66 support (#490) 2021-10-05 12:22:14 +02:00
views chore: Upgrade to RN 71 (#1465) 2023-02-09 11:52:41 +01:00
App.tsx feat: Replace Reanimated with RN Worklets (#1468) 2023-02-13 15:22:45 +01:00
CameraPage.tsx feat: Rewrite Android C++ part (VisionCameraProxy + JFrame) (#1661) 2023-07-22 00:15:11 +02:00
Constants.ts chore: Simplify format sorting/filtering (#140) 2021-05-14 11:52:28 +02:00
MediaPage.tsx chore: Upgrade to RN 71 (#1465) 2023-02-09 11:52:41 +01:00
PermissionsPage.tsx feat: Allow returning of ImageProxy in a Frame Processor (#1149) 2022-07-18 10:40:56 +02:00
Routes.ts feat: Add React Native 0.66 support (#490) 2021-10-05 12:22:14 +02:00
Shaders.ts feat: Draw onto Frame as if it was a Skia Canvas (#1479) 2023-02-21 15:00:48 +01:00