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
Syntaxpublic NETFormat[,] ToArray2D(
StreamOrQueue streamOrQueue
)
Public Function ToArray2D (
streamOrQueue As StreamOrQueue
) As NETFormat(,)
public:
array<NETFormat,2>^ ToArray2D(
StreamOrQueue streamOrQueue
)
Parameters
- streamOrQueue
- Type: Zivid.NETStreamOrQueue
Return Value
Type:
NETFormat
RemarksThrows InvalidOperationException if the array is unorganized.
See Also