Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » GigE Vision

GigE Vision

Select a filter from the list below.

Icon Name Description
GigEVision_CheckEvent Checks if device sent event notification since previous iteration.
GigEVision_ExecuteCommand Conditionally executes command in GigEVision device.
GigEVision_GetBoolParameter Gets parameter of type Bool from GigEVision device.
GigEVision_GetDoubleParameter Gets parameter of type Double from GigEVision device.
GigEVision_GetEnumParameter Gets parameter of type Enumeration from GigEVision device.
GigEVision_GetIntegerParameter Gets parameter of type Integer from GigEVision device.
GigEVision_GetLongParameter Gets parameter of type Long from GigEVision device.
GigEVision_GetRealParameter Gets parameter of type Real from GigEVision device.
GigEVision_GetStreamingStatistics Retrieves basic statistics of video streaming out of GigEVision device.
GigEVision_GetStringParameter Gets parameter of type String from GigEVision device.
GigEVision_GrabImage The most recommended filter for working with GigE Vision devices.
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), or when timeout condition on missing frame must be detected
GigEVision_MultiDevice_GrabImages Captures frame streams from multiple synchronously triggered GigE Vision compliant cameras.
GigEVision_SetBoolParameter Sets parameter of type Bool into GigEVision device.
GigEVision_SetDigitalOutputs Sets user digital outputs state of GigEVision device.
GigEVision_SetDoubleParameter Sets parameter of type Double into GigEVision device.
GigEVision_SetEnumParameter Sets parameter of type Enumeration into GigEVision device.
GigEVision_SetIntegerParameter Sets parameter of type Integer into GigEVision device.
GigEVision_SetLongParameter Sets parameter of type Long into GigEVision device.
GigEVision_SetRealParameter Sets parameter of type Real into GigEVision device.
GigEVision_SetStringParameter Sets parameter of type String into GigEVision device.
GigEVision_StartAcquisition Typically used for establishing camera connectivity before the first trigger event. Especially important for multiple-camera systems.
GigEVision_StopAcquisition Stops image acquisition in a device.