Share via


CameraPoseFinder.LoadCameraPoseFinderDatabase Method

Kinect for Windows 1.8

Loads a previously-saved camera pose finder database from disk.

Syntax

public void LoadCameraPoseFinderDatabase (
         string fileName
)

Parameters

  • fileName
    Type: String
    The filename of the database file to load.

Exceptions

Exception type Condition
InvalidOperationException One of the following occurred:
  • The Kinect Runtime could not be accessed.
  • The device is not connected.
  • The file specified by the fileName parameter could not be found.
  • The device does not have enough memory.
  • The call failed for an unknown reason.

Remarks

All existing data is replaced on a successful load of the database. If the database is saved to disk alongside the reconstruction volume, you can restart and update reconstruction and tracking by reloading both files and then running the camera pose finder.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Fusion

Assembly: Microsoft.Kinect.Toolkit.Fusion (in microsoft.kinect.toolkit.fusion.dll)

See Also

Reference

CameraPoseFinder Class
CameraPoseFinder Members
Microsoft.Kinect.Toolkit.Fusion Namespace