You are here: Start » FIL.NET » GenicamInvoke.GigEVision_TryReceiveImage

GenicamInvoke.GigEVision_TryReceiveImage

Receives next frame from video stream.

Namespace:Fil
Assembly:FilNet.Genicam.dll

Syntax

C++
C#
 
public static bool GigEVision_TryReceiveImage
(
	int inDeviceHandle,
	int inTimeout,
	Fil.Image outImage,
	Optional<ulong> outFrameId,
	Optional<ulong> outTimestamp
)

Parameters

Name Type Range Default Description
inDeviceHandleintHandle of an opened device that is streaming video.
inTimeoutintMaximum time in milliseconds that the function is allowed to wait for the next complete frame. This parameter overrides the global frame timeout configuration.
outImageFil.ImageImage buffer that will receive a new frame.
outFrameIdFtl.Optional<ulong>Frame block Id set by device.
outTimestampFtl.Optional<ulong>Frame capture timestamp set by device (when supported).

See also