Setting List - JAI GOX-6409M-PGE User Manual

Cmos digital progressive scan monochrome and color camera
Table of Contents

Advertisement

Setting List

This camera complies with GenICam. Each setting item name conforms to GenICam SFNC
(Standard Features Naming Convention). (There are some JAI-specific setting items).
Each setting item is an integer type (IInteger), a real type (IFloat), an element enumeration type
(IEnumeration), a character string (IString), a logical type (IBoolean), and a category type
(ICategory) or a command type (ICommand) for executing the function.
Beginner:
For beginner users.
Expert:
For users with deep knowledge of camera functions.
Guru:
For advanced users who make settings, including advanced features that can
cause the camera to malfunction if not set correctly
Selector
A Selector is used to index which instance of the feature is accessed in situations where multiple
instances of a feature exist.
Instance Example:
When the analog gain can be changed for each of the red, green, and blue channels in a color
camera.
Analog gain is a function that has multiple instances, and red, green, and blue are the indexes.
Selectors are a feature of element enumeration type (IEnumeration) or an integer type (IInteger).
However, unlike normal configuration items, it is only used to select the instance in the following
configuration item.
It does not change the behavior of the camera by changing the value of the selector. Also, the
selector may have only one selectable value. In this case, use the selector function only for
information purposes. In this document, it is described as SelectedFeature[Selector] according to
the description method of GenICam.
In the case of analog gain given as an example of an instance, the description is as follows.
AnalogGain[Red] = 1.0
AnalogGain[Green] = 1.1
AnalogGain[Blue] = 1.2
Generally, selectors only apply to a single category of features.
(Example: TriggerSelector only applies to trigger related functions.)
Go-X Series Rolling Shutter GigE Vision I/F (Preliminary)
52

Advertisement

Table of Contents
loading

Table of Contents