User`s manual
66 • Operational Reference Genie Color Series-GigE Vision Camera
Sapera Supported Features List
The Genie features and its currently set values can be read by a Sapera application. The Sapera tool CamExpert is
an example of an application that reads and writes Genie parameters to control its operation. The following tables
group the Genie features by their feature type—STRING, ENUM, INT32, and BOOL.
Accessing Features with Sapera++ LT
When working with Genie features, the SapAcqDevice class provides functions for accessing features from devices
such as a GigE-Vision camera. The class also contains functions for sending commands and registering events to
devices.
• SapAcqDevice::GetFeatureInfo returns information on a feature associated with a specified name or
index.
• SapAcqDevice::SetFeatureValue writes a new value for a feature.
• All information about the feature is stored in a SapFeature class object.
An important factor when reading or modifying Sapera features values is the feature Write Mode. Each Genie
feature description includes the access type and write mode as defined in the following table.
Access Type Write Mode
RO Read Only N.valid Write Not Valid
RW Read or Write Always Write Always (anytime)
Wo Write Only N.acq Write when transfer object Not Acquiring
N.conn Write when transfer object is Not Connected
Refer to the Sapera++ LT Programmer's manual (OC-SAPM-SPPP0).
Feature Type STRING
Feature Name Acces
s
W-mode Type Value
Server Name RO N.valid STRING Genie_C1024_1 (example)
Number of Features RO N.valid STRING (number dependent on firmware version)
DeviceVendorName RO N.valid STRING DALSA
DeviceModelName RO N.valid STRING Genie C1024 (example)
DeviceVersion RO N.valid STRING 1.30.122 (example)
FirmwareVersion RO N.valid STRING 14275 (example)
DeviceID RO N.valid STRING S1234567 (example)
MACAddress RO N.valid STRING 00:01:0D:A0:F0:41 (example)
DeviceUserID RW N.acq STRING Inspection-1 (user set example)










