react-native-image-picker / react-native-image-picker

:sunrise_over_mountains: A React Native module that allows you to use native UI to select media from the device library or directly from the camera.
MIT License
8.48k stars 2.09k forks source link

Support camera arrays [🌟] #1858

Open nschild opened 3 years ago

nschild commented 3 years ago

I currently don't have a phone with multiple cameras, but came across this component https://github.com/mrousavy/react-native-vision-camera and they claim to have figured out how to seamlessly zoom in/out using multiple cameras, just like the native camera app. Does RNIP, currently do this?

Johan-dutoit commented 3 years ago

Nope.

lukebrandonfarrell commented 3 years ago

I wonder if supporting camera at all is out of scope of this library @Johan-dutoit ? And we should rip the code out related to camera and just suggest alternative libraries like: https://github.com/mrousavy/react-native-vision-camera ?