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