Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Allied Vision Technologies

Allied Vision Technologies

Select a filter from the list below.

Icon Name Description
Vimba_GetBoolParameter Gets a parameter of type Bool from an Allied Vision camera.
Vimba_GetDigitalInput Gets a digital input state from an Allied Vision camera.
Vimba_GetEnumParameter Gets a parameter of type Enumeration from an Allied Vision camera.
Vimba_GetIntegerParameter Gets a parameter of type Integer from an Allied Vision camera.
Vimba_GetRealParameter Gets a parameter of type Real from an Allied Vision camera.
Vimba_GetStringParameter Gets a parameter of type String from an Allied Vision camera.
Vimba_GrabImage Captures an image from an Allied Vision camera.
Vimba_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).
Vimba_SetBoolParameter Sets a parameter of type Bool into an Allied Vision camera.
Vimba_SetDigitalOutput Sets a digital output state into an Allied Vision camera.
Vimba_SetEnumParameter Sets a parameter of type Enumeration into an Allied Vision camera.
Vimba_SetIntegerParameter Sets a parameter of type Integer into an Allied Vision camera.
Vimba_SetRealParameter Sets a parameter of type Real into an Allied Vision camera.
Vimba_SetStringParameter Sets a parameter of type String into an Allied Vision camera.
Vimba_StartAcquisition Typically used for establishing camera connectivity before the first trigger event. Especially important for multiple-camera systems.