Click or drag to resize

DeviceArrayNETFormatToArray2D Method

Copy the device array data to host as a 2D array [height, width], enqueued on the given stream/queue and synchronized before returning.

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public NETFormat[,] ToArray2D(
	StreamOrQueue streamOrQueue
)

Parameters

streamOrQueue
Type: Zivid.NETStreamOrQueue

Return Value

Type: NETFormat
Remarks
Throws InvalidOperationException if the array is unorganized.
See Also