Go to documentation repository
Page History
...
Get info of degrees of freedom
GET http://IP-AddressIPaddress:port/prefix/control/telemetry/info/{TELEMETRYCONTROLID} - Gets − gets info about supported controllable degrees of freedom and the ways of controlling them (continuous, relative, discrete) and their max values.
Tip |
---|
TELEMETRYCONTROLID - template − template from Get list of telemetry devices for specified video source. |
...
Parameter | Description |
---|---|
degrees | Information about degrees of freedom . (tilt, pan, zoom, focus, iris). Every degree of freedom contains the list of supported ways of control (absolute, relative, continuous). |
feature | List of supported functions (autoFocus, autoIris, areaZoom, pointMove). |
Edit tilt and pan
GET http://IP-AddressIPaddress:port/prefix/control/telemetry/move/{TELEMETRYCONTROLID} – changes tilt, pan.
Tip |
---|
TELEMETRYCONTROLID - template − template from Get list of telemetry devices for specified video source. |
...
Edit degree of freedom
GET http://IP-AddressIPaddress:port/prefix/control/telemetry/{zoom|focus|iris}/{TELEMETRYCONTROLID} – changes one of degrees (zoom, focus, iris).
Tip |
---|
TELEMETRYCONTROLID - template − template from Get list of telemetry devices for specified video source. |
...
Capture screen point
GET http://IP-AddressIPaddress:port/prefix/control/telemetry/move/point/{TELEMETRYCONTROLID} – captures the screen point.
Tip |
---|
TELEMETRYCONTROLID - template − template from Get list of telemetry devices for specified video source. |
...
Zoom image area
GET http://IP-AddressIPaddress:port/prefix/control/telemetry/zoom/area/{TELEMETRYCONTROLID} – zooms selected image area.
Tip |
---|
TELEMETRYCONTROLID - template − template from Get list of telemetry devices for specified video source. |
...
Parameter | Required | Description | |||||
---|---|---|---|---|---|---|---|
x y | Yes | Left upper corner of selected area;.
| |||||
w h | Yes | Width and height of area. | |||||
session_id | Yes | Session id (see Acquire telemetry control session). |
...
Auto focus and iris
GET http://IP-AddressIPaddress:port/prefix/control/telemetry/auto/{TELEMETRYCONTROLID} – auto focus/iris.
Tip |
---|
TELEMETRYCONTROLID - template – template from Get list of telemetry devices for specified video source. |
...
Parameter | Required | Description |
---|---|---|
degree | Yes | focus Focus or iris. |
session_id | Yes | Session id (see Acquire telemetry control session). |
...