Click or drag to resize

DeviceCloud Class

A device cloud stored on the Compute device
Inheritance Hierarchy
SystemObject
  Zivid.NETDeviceCloud

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class DeviceCloud : IDisposable

The DeviceCloud type exposes the following members.

Constructors
  NameDescription
Public methodDeviceCloud
Initializes a new instance of the DeviceCloud class
Public methodDeviceCloud(DeviceCloud*)
Initializes a new instance of the DeviceCloud class
Top
Properties
  NameDescription
Public propertyCols
Number of columns in the device cloud
Public propertyRows
Number of rows in the device cloud
Top
Methods
  NameDescription
Public methodClone
Clone the device cloud
Public methodCopyToCPU
Copy to the device cloud to a CPU point cloud
Public methodDispose
Releases all resources used by the DeviceCloud
Top
See Also