What I\'m trying to achieve: access both front and back cameras at the same time.
What I\'ve researched: I know android camera API doesn\'t give support for using mu
It is possible using the Android Camera2 API, but as indicated above most devices don't have hardware support. If you have a Nexus 5X, Nexus 6, or Nexus 6P it will work and you can test with this BothCameras app. I've implemented blitting to allow video recording as well (in addition to still pictures) using the hardware h264 encoder.