disable face tracking
This commit is contained in:
@@ -86,7 +86,6 @@ namespace OpenVulkano::AR::ArKit
|
|||||||
{
|
{
|
||||||
arConfig.sceneReconstruction = ARSceneReconstructionMesh;
|
arConfig.sceneReconstruction = ARSceneReconstructionMesh;
|
||||||
}
|
}
|
||||||
arConfig.userFaceTrackingEnabled = true;
|
|
||||||
arConfig.planeDetection = config.planeDetection ? (ARPlaneDetectionVertical | ARPlaneDetectionHorizontal) : ARPlaneDetectionNone;
|
arConfig.planeDetection = config.planeDetection ? (ARPlaneDetectionVertical | ARPlaneDetectionHorizontal) : ARPlaneDetectionNone;
|
||||||
arConfig.autoFocusEnabled = config.autoFocus;
|
arConfig.autoFocusEnabled = config.autoFocus;
|
||||||
m_arConfig = arConfig;
|
m_arConfig = arConfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user