Back to Adaptive Vision Library website

You are here: Start » Function Reference » GigE Vision

GigE Vision

Select a function from the list below.

IconNameDescription
GigEVision_CloseHandleCloses a handle opened in GigE Vision subsystem.
GigEVision_FindDevicesThis function performs enumeration of network devices and returns a list of present device descriptors.
GigEVision_FlushInputQueueDiscards remaining queued image frames and video stream data from network buffers.
GigEVision_GetAcquisitionActiveChecks if specified device is currently streaming video.
GigEVision_GetDeviceConnectionOpenedChecks if connection with specified device is still active.
GigEVision_GetPixelFormatsRetrieves a list of available pixel formats supported by opened device.
GigEVision_OpenDeviceOpens a handle to a GigE Vision device.
GigEVision_OpenSystemConfigurationOpens configuration node set of GigE Vision application transport layer.
GigEVision_ReceiveImageReceives next frame from video stream.
GigEVision_StartAcquisitionTypically used for initialization of multi-camera systems.
GigEVision_StopAcquisitionStops image acquisition in a device.
GigEVision_TryReceiveImageReceives next frame from video stream.

Select Filter Equivalent below.

IconNameDescription
AvsFilter_GigEVision_CheckEventChecks if device sent event notification since previous iteration.
AvsFilter_GigEVision_ExecuteCommandConditionally executes command in GigEVision device.
AvsFilter_GigEVision_GetBoolParameterGets parameter of type Bool from GigEVision device.
AvsFilter_GigEVision_GetEnumParameterGets parameter of type Enumeration from GigEVision device.
AvsFilter_GigEVision_GetIntegerParameterGets parameter of type Integer from GigEVision device.
AvsFilter_GigEVision_GetRealParameterGets parameter of type Real from GigEVision device.
AvsFilter_GigEVision_GetStreamingStatisticsRetrieves basic statistics of video streaming out of GigEVision device.
AvsFilter_GigEVision_GetStringParameterGets parameter of type String from GigEVision device.
AvsFilter_GigEVision_GrabImageThe most recommended filter for working with GigE Vision devices.
AvsFilter_GigEVision_GrabImage_WithTimeoutUse 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_GrabImagesCaptures frame streams from multiple synchronously triggered GigE Vision compliant cameras.
AvsFilter_GigEVision_SetBoolParameterSets parameter of type Bool into GigEVision device.
AvsFilter_GigEVision_SetDigitalOutputsSets user digital outputs state of GigEVision device.
AvsFilter_GigEVision_SetEnumParameterSets parameter of type Enumeration into GigEVision device.
AvsFilter_GigEVision_SetIntegerParameterSets parameter of type Integer into GigEVision device.
AvsFilter_GigEVision_SetRealParameterSets parameter of type Real into GigEVision device.
AvsFilter_GigEVision_SetStringParameterSets parameter of type String into GigEVision device.
AvsFilter_GigEVision_StartAcquisitionTypically used for establishing camera connectivity before the first trigger event. Especially important for multiple-camera systems.
AvsFilter_GigEVision_StopAcquisitionStops image acquisition in a device.