switching between front and back camera while recording

  1. Platforms(Android):
    want to change camera type while recoding video .but i am facing a issue my video recording stop when i flip/revert the camer …

As stated in the docs, this is expected behavior. Camera - Expo Documentation

1 Like

Thank you. Is there any way to overcome this problem.

You could perhaps try React Native Vision Camera, but I don’t think that will allow you to do it either.
The problem is it’s a different camera device.
Maybe what you could do is record it as two separate videos (or however many videos depending on how many times the user switches between front and back) and then merge them together afterwards?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.