You are here: Start » AVL.NET » GenicamInvoke.GenTL_TryReceiveImage
GenicamInvoke.GenTL_TryReceiveImage
Receives next frame from video stream.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Genicam.dll | 
Syntax
C++
C#
public static bool GenTL_TryReceiveImage ( int inDeviceHandle, int inTimeout, Avl.Image outImage, Optional<ulong> outFrameId, Optional<ulong> outTimestamp )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inDeviceHandle | int | Handle of an opened device that is streaming video. | ||
![]()  | inTimeout | int | Maximum time, in milliseconds, that the function is allowed to wait for the next complete frame. This parameter overrides global frame timeout configuration. | ||
![]()  | outImage | Avl.Image | Image buffer that will receive a new frame. | ||
![]()  | outFrameId | Atl.Optional<ulong> | Frame block Id set by device (when supported). | ||
![]()  | outTimestamp | Atl.Optional<ulong> | Frame capture timestamp set by device (when supported). | 


