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,
	out AvlNet.Image outImage,
	out int outFrameId,
	out 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.
outFrameIdintFrame block Id set by device (when supported)
outTimestampulongFrame capture timestamp set by device (when supported)

See also