react-native-vision-cameraFunctions
useCameraDevices
function useCameraDevices(): CameraDevice[]Get a list of all CameraDevices.
Note
It is recommended to use useCameraDevice(...) if
you only need a single CameraDevice, as a full list of available devices
can be heavy.