How to improve camera quality in ARKit

I am creating an ARKit application where we want to take a picture of a scene. I believe that the image quality in ARCamera mode is not enough to take photos on the iPad Pro.

Standard camera image: Standard camera image

Image ARCamera: Image of ARCamera

I saw a post on the Apple forum mentioning that it could be the iPad Pro 10.5, and refers to the fixed position of the lens ( https://forums.developer.apple.com/message/262950#262950 ).

Is there a public way to change the setting?

AVCaptureSession, sceneView.scene.background.contents, , AVCapturePhotoOutput ARKit

+6
1

: , ! iOS 11.3 ( "ARKit 1.5" ) . 1080p .

ARWorldTrackingConfiguration.supportedVideoFormats ARConfiguration.VideoFormat, . - ( ), , , / , . ( , videoFormat, , , .)

iOS 11.3, ( , ) . - , .


- API , ARKit.

WWDC, ARKit GPU. , , ARKit - , . , "" , , "" . ( , , , , / , .)

iPhone iPad, iPad , - 720p 4-5- , , 10-13 ". ( , 1080p iOS 11.3, .)

AVCapture , ARKit - , AVCapturePhotoOutput. ( , , .

+7

All Articles