Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...

ParameterDescription
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).

featureList 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.

...

ParameterRequiredDescription

x

y

Yes

Left upper corner of selected area;.

Info
titleNote

Coordinates and dimensions are specified in relation to image size.


w

h

YesWidth and height of area.
session_idYesSession 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.

...

ParameterRequiredDescription

degree

Yes

focus Focus or iris.

session_idYesSession id (see Acquire telemetry control session).

...