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.
Gets the DirectX instance path of the GPU being used for reconstruction.
Syntax
public:
property String^ InstancePath {
String^ get ();
}
public stringInstancePath { get; }
var instancePath = reconstructionProcessingDeviceInfo.instancePath;
Property value
[C++]
[C#]
[JavaScript]
Type: String
Type: string
Type: String
The DirectX instance path of the GPU being used for reconstruction.
Requirements
Namespace: Microsoft.Kinect.Fusion
Metadata: microsoft.kinect.fusion.winmd
See also
Reference
ReconstructionProcessingDeviceInfo Class
Microsoft.Kinect.Fusion Namespace