TangoVimba Properties :


There is no class properties


Device Properties
Name
Description
Type
Default Value
DynAttrList for internal use only String[] none
VisibleAttributes Since different cameras support different features (and the same
feature may even have different names on different cameras), camera
features are dynamically converted into device attributes.

Converting all available camera features into attributes will
create a quite lengthy and cluttered list, so you can put those
features you want to see as device attributes into this list.
Only the features mentioned here will be shown as attributes.

To find out about the available features of a camera either use a
program like VimbaViewer or leave this list empty. Then all features
will be shown as attributes.

For features which are of type enumeration (e.g. PixelFormat)
an additional read-only attribute FeatureName_Values will
be created. This shows the possible values for this feature on
this camera.
String[] ""
FrameBuffers Number of frame buffers for image acquistion (defaults to 4) short 4
GainFeatureName Depending on the camera type the name
of the Gain feature differs(e,g. `Gain`, `GainRaw`).
Please check for the camera you are using
and enter the appropriate string here.
String none
DeviceID Identifier of camera, this can be:

- the mac address (notation e.g. 000F3101C94A, no `-` or `:` between digits)

- the ID as reported by Vimba (e.g. DEV_000F3101C94A)

- the serial number (e.g. 02-2110A-07625)

(use of ip address as identifier is not supported - hot plugging
won`t work with ip address)
String ""
QueueSizeMax Maximum memory size of the servers internal queue in megabyte.
If frames arrive when this limit is hit they will be discarded.

Setting value to 0 disables internal queue size restriction (but
watch out for process memory usage).
short 16