You are here: Start » AVL.NET » GenICam.GenTL_ReceiveImage Method

GenICam.GenTL_ReceiveImage Method

Receives next frame from video stream.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static void GenTL_ReceiveImage
(
	int inDeviceHandle,
	AvlNet.Image outImage,
	NullableValue<ulong> outFrameId,
	NullableValue<ulong> outTimestamp
)

Parameters

Name Type Range Default Description
inDeviceHandleintHandle of an opened device that is streaming video.
outImageAvlNet.ImageImage buffer that will receive a new frame.
outFrameIdAvlNet.NullableValue<ulong>Frame block Id set by device (when supported). Can be null to skip this parameter calculation.
outTimestampAvlNet.NullableValue<ulong>Frame capture timestamp set by device (when supported). Can be null to skip this parameter calculation.

Function Overrides

See also