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

Camera support for React Native

Results 10 react-native-camera-v4 issues
Sort by recently updated
recently updated
newest added

Rewrite the native code for `core` and `barcode` in Swift. Exclude any unused code (face detection, etc.), clean up the surface API for ease of usage and review portability with...

platform:ios

I have posted on the main `react-native-camera` repo but this seems newer: Is there any way to get the image data (i.e. pixel array) from the current live preview? I...

CameraX is the recommended by Google and is the best documented Camera API. It has the same API level support as the Camera2 API so Camera1 should still be around....

platform:android

In v3 the `barCodeTypes` are not correctly typed, it is not supporting the detected types on iOs. For example, if I would like to restrict the valid codes to only...

The core was ported from v3 at 1/17/2021. I'm creating this issue to keep track of PRs to maybe incorporate them. - [ ] [Android - method to check if...

it would be cool to have a readme to tell what this project is all about it also good to have a list of issues that needs to be tackled

All use cases should be covered by the example apps to aid in testing.

The example apps can be used for end to end testing and with the help of a provider we can automate the process. Detox comes up as the go-to framework...

Related to https://github.com/react-native-camera/react-native-camera/issues/2018 and https://github.com/react-native-camera/react-native-camera/pull/2931 Starting from version 4 we should deprecate all google cloud vision features and replace them with ML kit on both Android and iOS In regards...