Click or drag to resize

DeviceArrayNETFormatCopyToHost Method

Enqueue a copy of the device array data to a host buffer on the given stream/queue.

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public void CopyToHost(
	IntPtr destination,
	ulong sizeInBytes,
	StreamOrQueue streamOrQueue
)

Parameters

destination
Type: SystemIntPtr
sizeInBytes
Type: SystemUInt64
streamOrQueue
Type: Zivid.NETStreamOrQueue
Remarks
Non-blocking; call SynchronizeStream(StreamOrQueue) on the same stream/queue before reading the destination.
See Also