diff --git a/openVulkanoCpp/AR/Provider/ArKit/ArSessionArKitInternal.mm b/openVulkanoCpp/AR/Provider/ArKit/ArSessionArKitInternal.mm index 3f485a9..df09743 100644 --- a/openVulkanoCpp/AR/Provider/ArKit/ArSessionArKitInternal.mm +++ b/openVulkanoCpp/AR/Provider/ArKit/ArSessionArKitInternal.mm @@ -86,7 +86,6 @@ namespace OpenVulkano::AR::ArKit { arConfig.sceneReconstruction = ARSceneReconstructionMesh; } - arConfig.userFaceTrackingEnabled = true; arConfig.planeDetection = config.planeDetection ? (ARPlaneDetectionVertical | ARPlaneDetectionHorizontal) : ARPlaneDetectionNone; arConfig.autoFocusEnabled = config.autoFocus; m_arConfig = arConfig;