iOS11 ARKit: Can ARKit also capture the Texture of the user's face?

前端 未结 3 508
误落风尘
误落风尘 2020-12-08 12:45

I read the whole documentation on all ARKit classes up and down. I don\'t see any place that describes ability to actually get the user face\'s Texture.

ARFaceAn

3条回答
  •  一向
    一向 (楼主)
    2020-12-08 13:07

    No. That information is not currently available in ARKit.

    To detect other facial features, you'll need to run your own custom computer vision code. You can capture images from the front-facing camera using AVFoundation.

提交回复
热议问题