Template:Table-GstPTZR Command line mode commands
| Command | Action |
|---|---|
| pan <nn> pan_delta <nn> |
add nn to pan value |
| pan abs <nn> pan_level <nn> |
set pan value to nn |
| tilt <nn> tilt_delta <nn> |
add nn to tilt value |
| tilt abs <nn> tilt_level <nn> |
set tilt value to nn |
| zoom <nn> | set zoom value to nn |
| rotate <nn> rotate_delta <nn> |
add nn to rotate value |
| rotate abs <nn> rotate_level <nn> |
set rotate value to nn |
| delay <nn> | wait for nn seconds. Useful for writing scripts |
| get_values | shows the current values of the parameters in JSON mode |
| status | shows the current values of the parameters in readable mode |
| restart | restart the pipeline |
| set_output_reference <nn> | set output-reference mode to nn. Valid values include: false, False, 0, true, True, 1, enable |
| set_normalization <nn> | set normalize-translation mode to nn. Valid values include: false, False, 0, true, True, 1, enable |
| defaults | set all values to default |
| demo [loop] | start demo mode, if loop is specified, runs in an infinite loop. Control-C exits the loop |
| interactive | start interactive mode |
| exit EOF |
exit the application. EOF can be input with the Control-D key combination |
| help [command] | show general help. If command is specified, it will print help for the specific command |