react-native-vision-camera icon indicating copy to clipboard operation
react-native-vision-camera copied to clipboard

πŸ“Έ A powerful, high-performance React Native Camera library.

Results 489 react-native-vision-camera issues
Sort by recently updated
recently updated
newest added

### 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...

πŸ› bug
πŸ€– android

### 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,...

πŸ› bug

## 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)...

✨ enhancement

## 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

### 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...

❓ question

### 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...

πŸ› bug
πŸ€– android

### 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...

πŸ› bug

### 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,...

πŸ’­ question