INuiFusionCameraPoseFinder::SaveCameraPoseFinderDatabase Method
Saves the camera pose finder database to disk.
Syntax
public:
HRESULT SaveCameraPoseFinderDatabase(
LPCWSTR filename
)
Parameters
- filename
Type: LPCWSTR
The filename of the database file to save to.
Return value
Type: HRESULT
S_OK if successful; otherwise, returns a failure code.
Remarks
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
Header: nuikinectfusioncameraposefinder.h
Library: TBD