AW00097603000 Standard Features
Basler aviator GigE 261
1. Select the camera description file by setting the CameraFeatureSet parameter value to either
"Full" or "Basic", as desired.
2. Restart the camera by switching camera power off and on again.
The feature set relating to the selected camera description file is available after some period.
Setting the Parameter Value
You can select a camera description file by setting the CameraFeatureSet parameter value from
within your application software by using the pylon API. The following code snippet illustrates using
the API to set the parameter value (in the example the camera description file providing the
complete feature set is chosen):
// Select the camera description file providing all camera features
CEnumerationPtr ptrFeatureSet( Camera.GetNodeMap().GetNode("FeatureSet"));
ptrFeatureSet->FromString("Full");
For detailed information about using the pylon API, refer to the Basler pylon Programmer’s Guide
and API Reference.
You can also use the Basler pylon Viewer application to easily set the parameter.
For more information about the pylon Viewer, see Section 3.1.1 on page 22.
To activate a camera description file: