-31-
6.2
XML Main Entries - Features Description
Main XML entries are described in below tables. For more information and full XML content, you can retrieve
full camera full XML file using your frame grabber XML tools.
Xml entry Name
Address
Access
Mode
Type
Valid
Values
Description
DeviceControl category
DeviceVendorName
@ 0x2000
RO
String
L = 32
Name of the manufacturer of the
device.
DeviceModelName
@ 0x2020
RO
String
L = 32
This feature provides the model
of the device.
DeviceFirmwareVersion
@ 0x2090
RO
String
L = 32
Version of the firmware in the
device.
DeviceID
@ 0x6028
RO
String
L = 16
This feature stores a camera
identifier.
ImageFormatControl category
WidthMax
@ 0x6000
RO
Integer
Mask:
LSB:15-MSB:0
Maximum width (in pixels) of the
image.
The
dimension
is
calculated
after
horizontal
binning, decimation or any other
function changing the horizontal
dimension of the image.
HeightMax
@ 0x6004
RO
Integer
Mask
:
LSB:15-MSB:0
Maximum height (in pixels) of the
image.
This
dimension
is
calculated after vertical binning,
decimation or any other function
changing the vertical dimension
of the image.
Width
@ 0x6000
RW
Integer
Mask
: LSB:31 - MSB:16
Min: 128
Max: WidthMax
Inc: 32
This feature represents the actual
image width expelled by the
camera (in pixels).
Height
@ 0x6004
RW
Integer
Mask:
LSB:31-MSB:16
Min: 4
Max: HeightMax
Inc: 4
This feature represents the actual
image height expelled by the
camera (in pixels).
OffsetX
@ 0x60D0
RW
Integer
Min: 0
Max: OffsetXMax
Inc: 16
Horizontal offset from the origin
to the area of interest (in pixels).
OffsetY
@ 0x60D4
RW
Integer
Min: 0
Max: OffsetYMax
Inc: 2
Vertical offset from the origin to
the area of interest (in pixels).
PixelFormat
@ 0x60F0
RW
Enumeration
List:
“Mono8”
“
Mono1
2”
“
BayerGR8
”
“
BayerGR1
2”
This feature indicates the format
of the pixel to use during the
acquisition.