Click or drag to resize

CloudVisualizerFormComputeDevice Property

The Compute device associated with this view

Namespace:  Zivid.NET
Assembly:  ZividVis3DNET (in ZividVis3DNET.dll) Version: 1.0.0
Syntax
public ComputeDevice ComputeDevice { get; }

Property Value

Type: ComputeDevice
Remarks
This 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