Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
|
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