You are here: Start » AVL.NET » GenICam.GigEVision_StartAcquisition Method

GenICam.GigEVision_StartAcquisition Method

Initializes and starts image acquisition in a device.

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static void GigEVision_StartAcquisition
(
	int inDeviceHandle,
	string inPixelFormat,
	int inInputQueueSize
)

Parameters

Name Type Range Default Description
inDeviceHandleintHandle of an opened device that should start acquisition.
inPixelFormatstringPixel format name in GenICam naming convention that will be configured as device stream PixelFormat parameter.
inInputQueueSizeint<1, 400>1Capacity of queue of input frames. Default value: 1.

Function Overrides

See also