GetCameraFeature (GCF)

Queries a camera feature (internal camera setting) for a station.

Information: Any feature that is supported by the camera can be queried.

Input

Syntax: GCF{SLOTNUMBER};{CAMERAINDEX};{FEATURENAME}

{SLOTNUMBER} Corresponds to the station number
{CAMERAINDEX} Index of the camera if multiple cameras are loaded in the program.
Starting with 0.
0 corresponds to the first camera.
1 corresponds to the second camera.
{FEATURENAME} Name of the camera feature

Output

{COMMAND RESPONSE}{FEATUREVALUE}

Command Response Description
0 Command was processed successfully
1 Execute not successful
2 Incorrect syntax
3 Serious error during execution
4 Function not active or manually deactivated
9 EasySightPro® will be closed
{FEATUREVALUE} Current value of the feature

Example

Queries the 'Dummy' feature of camera 0 for station 0. Response with value 'Test.

Copy
GCF0;0;Dummy
0Test