Back to Adaptive Vision Studio website

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

Allied Vision Technologies

Select a filter from the list below.

Icon Name Description / Applications Modules
Vimba_GetBoolParameter

Gets a parameter of type Bool from an Allied Vision camera.

ThirdParty
Vimba_GetDigitalInput

Gets a digital input state from an Allied Vision camera.

ThirdParty
Vimba_GetEnumParameter

Gets a parameter of type Enumeration from an Allied Vision camera.

ThirdParty
Vimba_GetIntegerParameter

Gets a parameter of type Integer from an Allied Vision camera.

ThirdParty
Vimba_GetRealParameter

Gets a parameter of type Real from an Allied Vision camera.

ThirdParty
Vimba_GetStringParameter

Gets a parameter of type String from an Allied Vision camera.

ThirdParty
Vimba_GrabImage

Captures an image from an Allied Vision camera.

ThirdParty
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).

ThirdParty
Vimba_SetBoolParameter

Sets a parameter of type Bool into an Allied Vision camera.

ThirdParty
Vimba_SetDigitalOutput

Sets a digital output state into an Allied Vision camera.

ThirdParty
Vimba_SetEnumParameter

Sets a parameter of type Enumeration into an Allied Vision camera.

ThirdParty
Vimba_SetIntegerParameter

Sets a parameter of type Integer into an Allied Vision camera.

ThirdParty
Vimba_SetRealParameter

Sets a parameter of type Real into an Allied Vision camera.

ThirdParty
Vimba_SetStringParameter

Sets a parameter of type String into an Allied Vision camera.

ThirdParty
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.

ThirdParty