SetCameraFeature (SCF)

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

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

Input

Syntax: SCF{SLOTNUMBER};{CAMERAINDEX};{FEATURENAME};{VALUE}

{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
{VALUE} New value

Output

{COMMAND RESPONSE}

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

Example

Sets the 'Dummy' feature of camera 0 for station 0 to the new value 'Test'.

Copy
SCF0;0;Dummy;Test
0