Click or drag to resize

ComputeDeviceSdkStreamOrQueue Property

The SDK's internal stream/queue as a backend-agnostic StreamOrQueue.

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public StreamOrQueue SdkStreamOrQueue { get; }

Property Value

Type: StreamOrQueue
Remarks
Pass this to the device-array accessors (e.g. PointCloud.DevicePointsXYZ) and to DeviceArray.ToArray2D / CopyToHost when you do not have your own user stream or queue.
See Also