react-native-vision-camera
react-native-vision-camera copied to clipboard
πΈ A powerful, high-performance React Native Camera library.
### What were you trying to do? I clone the project: https://github.com/mrousavy/react-native-vision-camera I tried to run the example file, after many problems, I was able to run it on an...
### What were you trying to do? I wanted to record a video on Android with video format 640x480 but the video output did not corespondent to camera view input,...
## What This PR adds the active camera format (`AVCaptureDevice.Format`) to the `Frame` class so that properties such as camera FOV can be accessed in the frame processor plugin callback....
### What feature or enhancement are you suggesting? It would be nice to have RGB option for color space since it would be much easier to implement real-time inference (TFLite)...
## What This PR adds support for capturing photos with RAW format on iOS. ## Changes * (iOS) Adds `enableRawCapture` boolean prop available in iOS. * (iOS) Finds a `rawFormat`...
### Question When muted and then later unmuted in the middle section of the playing video, the audio of the entire video plays at the beginning itself, even if it...
### Question Any tips on how to do this and/or structure this project ### What I tried I've tried to go off the example project directory but I'm not sure...
### What were you trying to do? I wanted to use frameprocessor form the current version of react-native-vision-camera/example. ### What happened instead? `device?.supportsParallelVideoProcessing` returns true but the frameProcessor fails to...
### What were you trying to do? A couple of our Android test handsets are unable to simultaneously receive data from the camera and NFC reader. This is not that...
### Question It feels weird when in selfie mode the resulting image is mirrored / flipped. When you check the main app (snapchat / tiktok), they don't do the flip,...