You are here: Start » AVL.NET » GenICam.GigEVision_ReceiveImage Method
GenICam.GigEVision_ReceiveImage Method
Receives next frame from video stream.
| Namespace: | AvlNet |
|---|---|
| Assembly: | Genicam.Net.dll |
Syntax
public static void GigEVision_ReceiveImage( int inDeviceHandle, out AvlNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inDeviceHandle | int | Handle of an opened device that is streaming video. | ||
![]() | outImage | AvlNet.Image | Image buffer that will receive a new frame. |


