I'm currently working on a react native expo app and I have a camera feature that currently records allows playback of videos recorded with the front camera. I want to add a functionality where both front and back cameras record at the same time. Is this possible? I know react-native-vision-camera is a package I can use for the single camera recording but is there any way to implement multi-camera capture?
So far I've looked into the react-camera expo package and react-vision-camera package but haven't found any resources/tutorials online on how to start implementing this feature. Any help/tips are appreciated