react-native-vision-camera/android/src/main/java/com/mrousavy/camera
Marc Rousavy 0f7ee51333
feat: Add console logging support for Frame Processors (#297)
* Try to log to console via runOnJS

* Call `console.log`

* Create custom `VisionCameraScheduler`

* Fix scheduler call

* Call with this

* Fix console setting

* Move J---- to `java-bindings`

* c++ style

* Android: 1/2 Create custom Scheduler

* Android: 2/2 Use custom Scheduler

* Don't use `runOnJS`, use `__callAsync` directly
2021-07-30 10:27:45 +02:00
..
frameprocessor feat: Add console logging support for Frame Processors (#297) 2021-07-30 10:27:45 +02:00
parsers Get sizes per ImageFormat/PixelFormat (#119) 2021-04-13 13:01:24 +02:00
utils feat: Frame Processors for Android (#196) 2021-06-27 12:37:54 +02:00
CameraPackage.kt Devops: KTLint to lint Kotlin code (#6) 2021-02-26 10:56:20 +01:00
CameraView.kt feat: BREAKING CHANGE: Express zoom factor always in actual factor value (1, 2, 128, ...) instead of 0.0-1.0 scale (#306) 2021-07-29 11:44:22 +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: BREAKING CHANGE: Express zoom factor always in actual factor value (1, 2, 128, ...) instead of 0.0-1.0 scale (#306) 2021-07-29 11:44:22 +02:00
CameraViewModule.kt fix: Fix hot-reload crash caused by Frame Processor Runtime being initialized twice (#258) 2021-07-07 15:00:32 +02:00
Errors.kt feat: Frame Processors for Android (#196) 2021-06-27 12:37:54 +02:00