You are here: Start » AVL.NET » GenICam.GenTL_TryReceiveImage Method
GenICam.GenTL_TryReceiveImage Method
Receives next frame from video stream.
Namespace: | AvlNet |
---|---|
Assembly: | Genicam.Net.dll |
Syntax
public static bool GenTL_TryReceiveImage ( int inDeviceHandle, int inTimeout, AvlNet.Image outImage, NullableValue<ulong> outFrameId, NullableValue<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 | AvlNet.Image | Image buffer that will receive a new frame. | |||
outFrameId | AvlNet.NullableValue<ulong> | Frame block Id set by device (when supported). Can be null to skip this parameter calculation. | |||
outTimestamp | AvlNet.NullableValue<ulong> | Frame capture timestamp set by device (when supported). Can be null to skip this parameter calculation. |
Function Overrides
- GenTL_TryReceiveImage(Int32, Int32, Image)
- GenTL_TryReceiveImage(Int32, Int32, Image, UInt64, UInt64)