/// <summary>Start SLAM learning.</summary>
 public void FindSurface()
 {
     NativeAPI.TrackerManager_findSurface();
 }