You are here: Start » FIL.NET » GenicamInvoke.GenTL_ReceiveImage
GenicamInvoke.GenTL_ReceiveImage
Receives next frame from video stream.
Namespace: | Fil |
---|---|
Assembly: | FilNet.Genicam.dll |
Syntax
C++
C#
public static void GenTL_ReceiveImage ( int inDeviceHandle, Fil.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. | ||
![]() | outImage | Fil.Image | Image buffer that will receive a new frame. | ||
![]() | outFrameId | Ftl.Optional<ulong> | Frame block Id set by device (when supported). | ||
![]() | outTimestamp | Ftl.Optional<ulong> | Frame capture timestamp set by device (when supported). |