Android front camera

后端 未结 4 1082
天涯浪人
天涯浪人 2020-11-28 12:13

I need ONE function to check if front camera exist, and if so - show preview. I found a few links, but each of them talk about a specific device:

  • How do I open
4条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 12:29

    I think you can loop through the available cameras on the phone and check the facing camera info to find one (but it is only available sing API level 9)

    this answer could help you: How do I open the "front camera" on the Android platform?

提交回复
热议问题