react-native-vision-camera/android/src/main/java/com/mrousavy/camera
Marc Rousavy 42e791b4bd
perf: Remove FrameProcessorPlugin HybridClass (#467)
* Rename `JImageProxyHostObject` -> `FrameHostObject`

* `FrameProcessorPlugin` -> `JFrameProcessorPlugin` 1/2

* `FrameProcessorPlugin` -> `JFrameProcessorPlugin` 2/2

* Make `const`

* Make `getName()` instance based

* Update JFrameProcessorPlugin.h

* Update JImageProxy.h

* `T`

* T

* Remove default ctor

* Use `TSelf` again

* Return `local_ref<CameraView*>` instead of `CameraView*`

* Make `findCameraViewById` return a raw pointer again...

* Extract `setFrameProcessor` and `unsetFrameProcessor`

* Use `global_ref`

* Use `static_cast` for `FrameHostObject`

* Update FrameProcessorRuntimeManager.cpp

* Fix reference lint error

* linelength

* Fix `unsetFrameProcessor` call
2021-09-29 12:30:50 +02:00
..
frameprocessor perf: Remove FrameProcessorPlugin HybridClass (#467) 2021-09-29 12:30:50 +02:00
parsers Get sizes per ImageFormat/PixelFormat (#119) 2021-04-13 13:01:24 +02:00
utils fix: Apply correct initial rotation on Android (#368) 2021-08-25 11:16:07 +02:00
CameraPackage.kt fix: Improve Android resource efficiency/cleanup (use class members for CoroutineScope and FrameProcessorThread) (#335) 2021-08-25 11:33:57 +02:00
CameraView.kt fix: Correctly set video size/aspect ratio for Image Analysis (Frame Processor) (#453) 2021-09-24 12:01:45 +02:00
CameraView+Events.kt feat: frameProcessorFps="auto" and automatic performance suggestions (throttle or increase FPS) (#393) 2021-09-06 16:27:16 +02:00
CameraView+Focus.kt Devops: KTLint to lint Kotlin code (#6) 2021-02-26 10:56:20 +01:00
CameraView+RecordVideo.kt chore: Move to /mrousavy/ (#224) 2021-06-21 22:42:46 +02:00
CameraView+TakePhoto.kt feat: Frame Processors for Android (#196) 2021-06-27 12:37:54 +02:00
CameraView+TakeSnapshot.kt feat: Frame Processors for Android (#196) 2021-06-27 12:37:54 +02:00
CameraViewManager.kt feat: frameProcessorFps="auto" and automatic performance suggestions (throttle or increase FPS) (#393) 2021-09-06 16:27:16 +02:00
CameraViewModule.kt fix: Fix Android Stabilization Modes (#449) 2021-09-23 14:02:46 +02:00
Errors.kt fix: Fix dead link in parallel-video-processing-not-supported error 2021-08-02 11:21:23 +02:00