How to improve camera quality in ARKit

前端 未结 2 881
长发绾君心
长发绾君心 2020-12-13 11:25

I am building an ARKit app where we want to be able to take a photo of the scene. I am finding the image quality of the ARCamera view is not good enough to take photos with

2条回答
  •  再見小時候
    2020-12-13 12:03

    config.videoFormat = ARWorldTrackingConfiguration.supportedVideoFormats[1]
    

    I had to look for a while on how to set the config, so maybe it will help somebody.

提交回复
热议问题