You are here: Start » AVL.NET » GenicamInvoke.GenTL_ReceiveImage

GenicamInvoke.GenTL_ReceiveImage

Receives next frame from video stream.

Namespace:Avl
Assembly:AvlNet.Genicam.dll

Syntax

C++
C#
 
public static void GenTL_ReceiveImage
(
	int inDeviceHandle,
	Avl.Image outImage,
	Optional<ulong> outFrameId,
	Optional<ulong> outTimestamp
)

Parameters

Name Type Range Default Description
inDeviceHandleintHandle of an opened device that is streaming video.
outImageAvl.ImageImage buffer that will receive a new frame.
outFrameIdAtl.Optional<ulong>Frame block Id set by device (when supported).
outTimestampAtl.Optional<ulong>Frame capture timestamp set by device (when supported).

See also