react-native-vision-camera/example/src
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
..
frame-processors feat: Frame Processors for Android (#196) 2021-06-27 12:37:54 +02:00
hooks chore: Simplify format sorting/filtering (#140) 2021-05-14 11:52:28 +02:00
views 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
CameraPage.tsx feat: Add console logging support for Frame Processors (#297) 2021-07-30 10:27:45 +02:00
Constants.ts chore: Simplify format sorting/filtering (#140) 2021-05-14 11:52:28 +02:00
MediaPage.tsx fix: Fix AVAudioSession not allowing background music playback (#155) 2021-06-01 13:07:57 +02:00
Splash.tsx feat: Separate usecases (decouple microphone, video, photo) (#168) 2021-06-07 13:08:40 +02:00