CameraComputeDevice Property |
Connect the camera to a given Compute device
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic ComputeDevice ComputeDevice { get; set; }
Public Property ComputeDevice As ComputeDevice
Get
Set
public:
property ComputeDevice^ ComputeDevice {
ComputeDevice^ get ();
void set (ComputeDevice^ value);
}
Property Value
Type:
ComputeDevice
Remarks
The camera will produce point clouds on the supplied Compute device.
In order to enable fast visualization of point clouds on the Compute device,
a Compute device that supports visualization is typically created by
CloudVisualizer and connected to the Zivid camera
by using this function.
See Also