You are here: Start » AVL.NET » GenicamInvoke.GigEVision_StartAcquisition
GenicamInvoke.GigEVision_StartAcquisition
Initializes and starts image acquisition in a device.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Genicam.dll | 
Syntax
C++
C#
public static void GigEVision_StartAcquisition ( int inDeviceHandle, string inPixelFormat, int inInputQueueSize )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inDeviceHandle | int | Handle of an opened device that should start acquisition. | ||
![]()  | inPixelFormat | string | Pixel format name in GenICam naming convention that will be configured as device stream PixelFormat parameter. | ||
![]()  | inInputQueueSize | int | <1, 400> | 1 | Capacity of queue of input frames. Default value: 1. | 

