Back to Adaptive Vision Library website
You are here: Start » Function Reference » GigE Vision
GigE Vision
Select a function from the list below.
| Icon | Name | Description |
|---|---|---|
| GigEVision_CloseHandle | Closes a handle opened in GigE Vision subsystem. | |
| GigEVision_FindDevices | This function performs enumeration of network devices and returns a list of present device descriptors. | |
| GigEVision_FlushInputQueue | Discards remaining queued image frames and video stream data from network buffers. | |
| GigEVision_GetAcquisitionActive | Checks if specified device is currently streaming video. | |
| GigEVision_GetDeviceConnectionOpened | Checks if connection with specified device is still active. | |
| GigEVision_GetPixelFormats | Retrieves a list of available pixel formats supported by opened device. | |
| GigEVision_OpenDevice | Opens a handle to a GigE Vision device. | |
| GigEVision_OpenSystemConfiguration | Opens configuration node set of GigE Vision application transport layer. | |
| GigEVision_ReceiveImage | Receives next frame from video stream. | |
| GigEVision_StartAcquisition | Typically used for initialization of multi-camera systems. | |
| GigEVision_StopAcquisition | Stops image acquisition in a device. | |
| GigEVision_TryReceiveImage | Receives next frame from video stream. |
Select Filter Equivalent below.
| Icon | Name | Description |
|---|---|---|
| AvsFilter_GigEVision_CheckEvent | Checks if device sent event notification since previous iteration. | |
| AvsFilter_GigEVision_ExecuteCommand | Conditionally executes command in GigEVision device. | |
| AvsFilter_GigEVision_GetBoolParameter | Gets parameter of type Bool from GigEVision device. | |
| AvsFilter_GigEVision_GetEnumParameter | Gets parameter of type Enumeration from GigEVision device. | |
| AvsFilter_GigEVision_GetIntegerParameter | Gets parameter of type Integer from GigEVision device. | |
| AvsFilter_GigEVision_GetRealParameter | Gets parameter of type Real from GigEVision device. | |
| AvsFilter_GigEVision_GetStreamingStatistics | Retrieves basic statistics of video streaming out of GigEVision device. | |
| AvsFilter_GigEVision_GetStringParameter | Gets parameter of type String from GigEVision device. | |
| AvsFilter_GigEVision_GrabImage | The most recommended filter for working with GigE Vision devices. | |
| AvsFilter_GigEVision_GrabImage_WithTimeout | Use this filter if the trigger may be not coming for some time, while the application should be performing other operations continuously (e.g. processing HMI events). | |
| AvsFilter_GigEVision_MultiDevice_GrabImages | Captures frame streams from multiple synchronously triggered GigE Vision compliant cameras. | |
| AvsFilter_GigEVision_SetBoolParameter | Sets parameter of type Bool into GigEVision device. | |
| AvsFilter_GigEVision_SetDigitalOutputs | Sets user digital outputs state of GigEVision device. | |
| AvsFilter_GigEVision_SetEnumParameter | Sets parameter of type Enumeration into GigEVision device. | |
| AvsFilter_GigEVision_SetIntegerParameter | Sets parameter of type Integer into GigEVision device. | |
| AvsFilter_GigEVision_SetRealParameter | Sets parameter of type Real into GigEVision device. | |
| AvsFilter_GigEVision_SetStringParameter | Sets parameter of type String into GigEVision device. | |
| AvsFilter_GigEVision_StartAcquisition | Typically used for establishing camera connectivity before the first trigger event. Especially important for multiple-camera systems. | |
| AvsFilter_GigEVision_StopAcquisition | Stops image acquisition in a device. |
