react-native-camera / react-native-camera-v4

Camera support for React Native
37 stars 2 forks source link

Accessing live preview pixels (without preview) #10

Open AlbertoMeQ opened 3 years ago

AlbertoMeQ commented 3 years ago

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 don't need to show the preview, just get the pixels.

If there was a community chat (the one on expo seems not open anymore), I wouldn't mind to help develop this feature (on the native side) so that people can access the raw frames for their own use (e.g. AR projects).