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 get the build error in iOS, and still can't resolve it. - "react": "17.0.2" - "react-native": "0.68.2" - "react-native-vision-camera": "^2.13.5" Things I...
### What were you trying to do? Using the example app from 2.12.2, the app crashes for me when using video={true} for the Camera, running on an older Android 7.1.1...
### Question I'm developing an app that needs to record video while sends frames to another devices through WebRTC (or something similar), so I was checking the supportsParallelProcessing attribute in...
### Question How to test the accuracy of frames processor? ### What I tried I would like to be able to measure the accuracy of frame processor plugins QR code...
### What were you trying to do? Working in a team developing tablet app. I noticed that on some iPads we can't use preset="hd-3840x2160" it's returning issue that camera is...
### What were you trying to do? Had tried this with vision-camera-ocr using GoogleMLKit/TextRecognition 2.2.0 Does not seem to recognize text with the frame buffer. Made the following changes as...
### What feature or enhancement are you suggesting? I've built and run the library perfectly for macOS, but problem is I have a webcam plugged into my MacBook which I...
### Question The camera shutter sound plays in ios, but the shutter sound does not play in Android. ### What I tried ``` const result = await camera.current?.takePhoto({ enableAutoStabilization: true,...
### Question How do I enable or disable the shutter sound when taking a photo? For some reason, when testing on my physical iPhone device, the sound plays when flash...
### What were you trying to do? when I loaded the camera screen it is just showing white blank page. if I resize camera, it start showing the actual camera...