Back to Aurora Vision Library Lite website

You are here: Start » Camera Support » Allied Vision Technologies

Allied Vision Technologies

Select a function from the list below.

Icon Name Description / Applications
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

Captures an image from an Allied Vision camera; returns Nil if no frame comes in the specified time.


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

Starts capturing images from an Allied Vision camera.


Typically used for establishing camera connectivity before the first trigger event. Especially important for multiple-camera systems.