Unfortunately it appears that the Augmented Reality Template is slightly broken and is still currently an issue as of Xcode version 12.4.
The issue with the template is that it is missing a LaunchScreen.storyboard file and this causes the app to launch into a compatibility mode which results in the letterbox view you are seeing.
Hopefully this will be resolved in a future release of Xcode but in the mean time there are a couple of options to resolve this:
Option 1: Create a LaunchScreen.storyboard file and ensure the "Launch Screen Image" is set to the LaunchScreen.storyboard in General - App Icons and Launch Images.
Option 2: Create a new project using the default "App" template and then just copy your code across.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: