Access both back and front cameras simultaneously

后端 未结 3 1115
盖世英雄少女心
盖世英雄少女心 2020-12-06 11:52

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

3条回答
  •  再見小時候
    2020-12-06 11:55

    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.

提交回复
热议问题