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 |