CameraAllocateDeviceCloud Method |
Allocate a new point cloud on the Compute device
Namespace:
Zivid.NET
Assembly:
ZividNET (in ZividNET.dll) Version: 1.0.1
Syntaxpublic DeviceCloud AllocateDeviceCloud()
Public Function AllocateDeviceCloud As DeviceCloud
public:
DeviceCloud^ AllocateDeviceCloud()
Return Value
Type:
DeviceCloud
Remarks
Allocates a point cloud on the currently active
ComputeDevice with dimensions that matches with the camera resolution.
See Also