CameraAllocateDeviceCloud Method |
Allocate a new point cloud on the Compute device
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
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