ARKit in high resolution

Hope to get support for ARKit in high resolution

using this api rightnow: NSArray<ARVideoFormat *> *supportedVideoFormats = [ARWorldTrackingConfiguration supportedVideoFormats];

Qs: If a high-resolution ARVideoFormat is not included in the supportedVideoFormats, is it still supported?"

Only video formats returned by the supportedVideoFormats function are supported.

ARKit in high resolution
 
 
Q