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

GenICam.GenTL_ReceiveImage Method

Receives next frame from video stream.

Namespace:FilNet
Assembly:Genicam.Net.dll

Syntax

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

Parameters

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

Function Overrides

See also