Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » GenICam

GenICam

Select a filter from the list below.

IconNameDescription
GenICam_ExecuteCommandConditionally executes command in GenICam device.
GenICam_GetBoolParameterGets parameter of type Bool from GenICam device.
GenICam_GetEnumParameterGets parameter of type Enumeration from GenICam device.
GenICam_GetIntegerParameterGets parameter of type Integer from GenICam device.
GenICam_GetRealParameterGets parameter of type Real from GenICam device.
GenICam_GetStreamingStatisticsRetrieves basic statistics of video streaming out of GenICam device.
GenICam_GetStringParameterGets parameter of type Enumeration from GenICam device.
GenICam_GrabImageThe most recommended filter for working with GenTL-compatible devices.
GenICam_GrabImage_WithTimeoutUse 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_GrabImagesCaptures frame streams from multiple synchronously triggered general cameras using GenICam GenTL provider library.
GenICam_SetBoolParameterSets parameter of type Bool into GenICam device.
GenICam_SetDigitalOutputsSets user digital outputs state of GenICam device.
GenICam_SetEnumParameterSets parameter of type Enumeration into GenICam device.
GenICam_SetIntegerParameterSets parameter of type Integer into GenICam device.
GenICam_SetRealParameterSets parameter of type Real into GenICam device.
GenICam_SetStringParameterSets parameter of type String into GenICam device.
GenICam_StartAcquisitionTypically used for establishing camera connectivity before the first trigger event. Especially important for multiple-camera systems.
GenICam_StopAcquisitionStops image acquisition in a camera.