Click or drag to resize

CameraComputeDevice Property

Connect the camera to a given Compute device

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public ComputeDevice ComputeDevice { get; set; }

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