Back to Adaptive Vision Library website

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

Allied Vision Technologies

Select a function from the list below.

IconNameDescription
Vimba_GetBoolParameterGets a parameter of type Bool from an Allied Vision camera.
Vimba_GetDigitalInputGets a digital input state from an Allied Vision camera.
Vimba_GetEnumParameterGets a parameter of type Enumeration from an Allied Vision camera.
Vimba_GetIntegerParameterGets a parameter of type Integer from an Allied Vision camera.
Vimba_GetRealParameterGets a parameter of type Real from an Allied Vision camera.
Vimba_GetStringParameterGets a parameter of type String from an Allied Vision camera.
Vimba_GrabImageCaptures an image from an Allied Vision camera.
Vimba_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).
Vimba_SetBoolParameterSets a parameter of type Bool into an Allied Vision camera.
Vimba_SetDigitalOutputSets a digital output state into an Allied Vision camera.
Vimba_SetEnumParameterSets a parameter of type Enumeration into an Allied Vision camera.
Vimba_SetIntegerParameterSets a parameter of type Integer into an Allied Vision camera.
Vimba_SetRealParameterSets a parameter of type Real into an Allied Vision camera.
Vimba_SetStringParameterSets a parameter of type String into an Allied Vision camera.
Vimba_StartAcquisitionTypically used for establishing camera connectivity before the first trigger event. Especially important for multiple-camera systems.