Click or drag to resize

DeviceArrayViewNETFormatCopyToHost Method

Enqueue a copy of the view data to a host buffer on the given stream/queue. Non-blocking.

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
See Also