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

takephoto too slow and takeSnapshot bad quality❓

Open wilav-dev opened this issue 2 years ago • 0 comments

Question

I want to take document photos and selfies on Android to validate identity. I'm combining this lib with some ocr and face frame processors. If I use takePhoto, it has a delay and users can move the camera before capture is done. If I use takeSnapshot, the resolution is not the best to analyze the image later in the backend.

My alternative is to open an external camera and let users to take any picture without validations from the frontend, but want to use this library if possible, for a better UX.

RN 0.67.4

What I tried

camera.current.takePhoto() but has a delay and image is taken after that delay camera.current.takeSnapshot() but resolution is not good enough

VisionCamera Version

2.13.5

Additional information

wilav-dev avatar Jul 21 '22 00:07 wilav-dev