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
Syntaxpublic StreamOrQueue SdkStreamOrQueue { get; }Public ReadOnly Property SdkStreamOrQueue As StreamOrQueue
Get
public:
property StreamOrQueue SdkStreamOrQueue {
StreamOrQueue 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