CloudVisualizerComputeDevice Property |
The Compute device associated with this view
Namespace:
Zivid.NET
Assembly:
ZividVis3DNET (in ZividVis3DNET.dll) Version: 0.0.0.0
Syntaxpublic ComputeDevice ComputeDevice { get; }
Public ReadOnly Property ComputeDevice As ComputeDevice
Get
public:
property ComputeDevice^ ComputeDevice {
ComputeDevice^ get ();
}
Property Value
Type:
ComputeDevice
RemarksThis should be fed into the ZividCamera.ComputeDevice() function
to set up the processing pipeline so that measured 3D point clouds can be
sent directly into the graphics pipeline on the Compute device.
See Also