Back to Adaptive Vision Library website
You are here: Start » Function Reference » GenICam
GenICam
Select Filter Equivalent below.
| Icon | Name | Description |
|---|---|---|
| AvsFilter_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). | |
| 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. |
