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

GenICam.GigEVision_TryReceiveImage Method

Receives next frame from video stream.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static bool GigEVision_TryReceiveImage
(
	int inDeviceHandle,
	int inTimeout,
	AvlNet.Image outImage
)

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.
outImageAvlNet.ImageImage buffer that will receive a new frame.

Function Overrides

See also