Add front camera field to ar recording
This commit is contained in:
@@ -139,6 +139,7 @@ namespace OpenVulkano::AR::ArKit
|
||||
metadata.imageResolution = { m_arConfig.videoFormat.imageResolution.width, m_arConfig.videoFormat.imageResolution.height };
|
||||
metadata.frameRate = m_arConfig.videoFormat.framesPerSecond;
|
||||
}
|
||||
metadata.frontSensor = config.useFrontCamera;
|
||||
}
|
||||
|
||||
void ArSessionArKitInternal::SetRenderer(IRenderer* renderer)
|
||||
|
||||
Reference in New Issue
Block a user