Back to Adaptive Vision Studio website
You are here: Start » Filter Reference » GenICam
GenICam
Select a filter from the list below.
Icon | Name | Description |
---|---|---|
![]() | GenICam_ExecuteCommand | Conditionally executes command in GenICam device. |
![]() | GenICam_GetBoolParameter | Gets parameter of type Bool from GenICam device. |
![]() | GenICam_GetEnumParameter | Gets parameter of type Enumeration from GenICam device. |
![]() | GenICam_GetIntegerParameter | Gets parameter of type Integer from GenICam device. |
![]() | GenICam_GetRealParameter | Gets parameter of type Real from GenICam device. |
![]() | GenICam_GetStreamingStatistics | Retrieves basic statistics of video streaming out of GenICam device. |
![]() | GenICam_GetStringParameter | Gets parameter of type Enumeration from GenICam device. |
![]() | GenICam_GrabImage | The most recommended filter for working with GenTL-compatible devices. |
![]() | GenICam_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. |
![]() | GenICam_GrabMultiPartImage | Allows to receive multi-part video stream (with multiple images per frame) from special GenICam cameras, like separated color components in planar color formats, or separate depth, confidence and luminosity images in 3D cameras. |
![]() | GenICam_MultiDevice_GrabImages | Captures frame streams from multiple synchronously triggered general cameras using GenICam GenTL provider library. |
![]() | GenICam_SetBoolParameter | Sets parameter of type Bool into GenICam device. |
![]() | GenICam_SetDigitalOutputs | Sets user digital outputs state of GenICam device. |
![]() | GenICam_SetEnumParameter | Sets parameter of type Enumeration into GenICam device. |
![]() | GenICam_SetIntegerParameter | Sets parameter of type Integer into GenICam device. |
![]() | GenICam_SetRealParameter | Sets parameter of type Real into GenICam device. |
![]() | GenICam_SetStringParameter | Sets parameter of type String into GenICam device. |
![]() | GenICam_StartAcquisition | Typically used for establishing camera connectivity before the first trigger event. Especially important for multiple-camera systems. |
![]() | GenICam_StopAcquisition | Stops image acquisition in a camera. |