Marc Rousavy
Marc Rousavy
Hey! Thank you for your PR! ❤️ This looks amazing, let us test a bit and see if everything works as expected!
Gotcha, thanks for the insights. I'm using OpenGL (+Skia) to draw to my Camera Frames in realtime to apply filters. I can configure this pipeline to also output to the...
Unfortunately not, I've been using CameraX but it was too limiting for my use-cases. Stuff like flipping cameras while recording, fully customizing the pipelines, etc just made it impossible to...
Here's my codebase: https://github.com/mrousavy/react-native-vision-camera/tree/v3 (`/android/` folder) 1. [These are essentially my outputs](https://github.com/mrousavy/react-native-vision-camera/blob/a46839a57beebeacdd8c330fcda80ae33ad9c5dd/android/src/main/java/com/mrousavy/camera/utils/outputs/CameraOutputs.kt#L100-L138) 2. [Here's how I pass them from the `ImageReader` to the `MediaRecorder`](https://github.com/mrousavy/react-native-vision-camera/blob/a46839a57beebeacdd8c330fcda80ae33ad9c5dd/android/src/main/java/com/mrousavy/camera/utils/RecordingSession.kt#L146-L160) (orientation unforunately doesn't work here)
`[Error: TFLite: Invalid source passed! Source should be either a React Native require(..) or a { url: string }object!]` Did you try to pass `{ url: 'https://...' }` as the...
Gotcha, yea well this should work and shouldn't be easy to fix. If you fix this, please send a PR. Otherwise I don't have time to fix this now because...
Heyo - this is pretty dope, I think it's possible on iOS! The react-native-context-menu lib from dominic also has this - but I think this lib is cleaner, would be...
Yea I understand that motivation, let's keep it simple! :) thanks
Thanks for your PR, this looks good to me! I'll do some tests to confirm. The .mock files will be compiled out I assume?