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 want to adjust coordinates returned from frame processor plugin to draw points on screen correctly ### Reproduceable Code _No response_ ### What...

πŸ› bug

### What were you trying to do? i want to use frame processor ### Reproduceable Code ```tsx const frameProcessor = useFrameProcessor((frame) => { "worklet"; console.log(frame) }, []); ``` ### What...

πŸ› bug

### What were you trying to do? Attempted to take a picture on IOS device with autoDistortionCorrection enabled ### Reproduceable Code ```tsx { camera.current ?.takePhoto({ qualityPrioritization: 'quality', skipMetadata: true, flash:...

πŸ› bug

### What were you trying to do? Hi I was trying to open the "Camera" link in this page https://mrousavy.com/react-native-vision-camera/docs/api but this link cannot be found https://mrousavy.com/react-native-vision-camera/docs/classes/Camera. The same goes...

πŸ› bug

## What This PR fixes the incorrect resolution setting for Android. ## Changes switch height and width of target resolution if portrait for Android ## Tested on Sharp S2, Android...

### What were you trying to do? Record video. ### Reproduceable Code ```tsx or Full code import React, {useLayoutEffect, useRef, useState} from 'react'; import { Pressable, SafeAreaView, ScrollView, StatusBar, StyleSheet,...

πŸ› bug
πŸ“’ help wanted

### Question I'm not sure if this is a bug. I'm using a Pixel 4 and the default front camera appears to be the infrared camera (it's grainy and in...

❓ question

## What This PR fixes a gap while video on pause ## Changes This PR stores the difference between the last timestamp and the timestamp when the video was paused....

### What were you trying to do? i added the active option based on the route focused and app state, but the app still using the camera and it shows...

πŸ› bug

### What were you trying to do? Switch devices while recording. Is this a supported feature? Its not working in my own app so I tried to reproduce in example...

πŸ› bug