Click or drag to resize

DeviceArrayNETFormatToArray1D Method

Copy the device array data to host as a 1D array [length], 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[] ToArray1D(
	StreamOrQueue streamOrQueue
)

Parameters

streamOrQueue
Type: Zivid.NETStreamOrQueue

Return Value

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