11
Description
This command displays the zoom the camera is set to.
Example:
To display what the camera’s zoom is set to:
Command:
gbconfig -s camera-zoom
Response:
100
If the zoom is set to 100.
2.1.8
gbconfig --camera-savecoord
Command
gbconfig --camera-savecoord
{1 | 2}
Response
Current coordinates of the camera will be stored to preset 1 or preset
2.
Description
Save current coordinates to a specified preset for easy recall.
Example:
To set current coordinates to preset 1:
Command:
gbconfig --camera-savecoord 1
Response:
The current coordinates of the camera will be saved to preset 1.
2.1.9
gbconfig -s camera-savecoord
Command
gbconfig -s camera-savecoord
{1 | 2}
Response
true/false
Description
This command allows you to see if the current coordinates of the
camera are saved to a certain preset.
•
True: The coordinates have been saved to the specified preset.
•
False: The coordinates have not been saved to the specified
preset.
Example:
To see if the current coordinates are saved to preset 1:
Command:
gbconfig -s camera-savecoord 1
Response:
true
The coordinates are saved to preset 1.