Back to Aurora Vision Studio website

You are here: Start » Filter Reference » GigE Vision

GigE Vision

Select a filter from the list below.

Icon Name Description / Applications Modules
GigEVision_CheckEvent

Checks if device sent event notification since previous iteration.

Genicam
GigEVision_DownloadFile

Downloads a file from a GigEVision device using the File Access Control interface.

Genicam
GigEVision_ExecuteCommand

Conditionally executes command in GigEVision device.

Genicam
GigEVision_GetBoolParameter

Gets parameter of type Bool from GigEVision device.

Genicam
GigEVision_GetDoubleParameter

Gets parameter of type Double from GigEVision device.

Genicam
GigEVision_GetEnumParameter

Gets parameter of type Enumeration from GigEVision device.

Genicam
GigEVision_GetIntegerParameter

Gets parameter of type Integer from GigEVision device.

Genicam
GigEVision_GetLongParameter

Gets parameter of type Long from GigEVision device.

Genicam
GigEVision_GetRealParameter

Gets parameter of type Real from GigEVision device.

Genicam
GigEVision_GetStreamingStatistics

Retrieves basic statistics of video streaming out of a GigEVision device.

Genicam
GigEVision_GetStringParameter

Gets parameter of type String from GigEVision device.

Genicam
GigEVision_GrabImage

Captures an image stream from a GigE Vision compliant camera.


The most recommended filter for working with GigE Vision devices.

Genicam
GigEVision_GrabImage_WithTimeout

Captures an image stream from a GigE Vision compliant camera; returns Nil if no frame comes in the specified time.


Use this filter if the trigger may be not coming for some time, while the application should perform other operations in the main loop continuously, or when the timeout situation must be explicitly detected, or when you want to process images from multiple cameras in a single loop and the cameras are sending images asynchronously.

Genicam
GigEVision_GrabMultiPartImage

Captures a multi-part image stream from a GigE Vision compliant camera.


Allows to receive multi-part video stream (with multiple images per frame) from special GigE Vision cameras, like separated color components in planar color formats, or separate depth, confidence and luminosity images in 3D cameras.

Genicam
GigEVision_MultiDevice_GrabImages

Captures frame streams from multiple synchronously triggered GigE Vision compliant cameras.

Genicam
GigEVision_ReadRegisterData

Reads binary data from a register node of a GigEVision device.

Genicam
GigEVision_SetBoolParameter

Sets parameter of type Bool into GigEVision device.

Genicam
GigEVision_SetDigitalOutputs

Sets user digital outputs state of GigEVision device.

Genicam
GigEVision_SetDoubleParameter

Sets parameter of type Double into GigEVision device.

Genicam
GigEVision_SetEnumParameter

Sets parameter of type Enumeration into GigEVision device.

Genicam
GigEVision_SetIntegerParameter

Sets parameter of type Integer into GigEVision device.

Genicam
GigEVision_SetLongParameter

Sets parameter of type Long into GigEVision device.

Genicam
GigEVision_SetRealParameter

Sets parameter of type Real into GigEVision device.

Genicam
GigEVision_SetStringParameter

Sets parameter of type String into GigEVision device.

Genicam
GigEVision_StartAcquisition

Initializes and starts image acquisition in a device.


Typically used for establishing camera connectivity before the first trigger event. Especially important for multiple-camera systems.

Genicam
GigEVision_StopAcquisition

Stops image acquisition in a device.

Genicam
GigEVision_UploadFile

Uploads a file to a GigEVision device using the File Access Control interface.

Genicam
GigEVision_WriteRegisterData

Writes binary data into a register node of a GigEVision device.

Genicam