Disable the Use device settings checkbox in order to change the manage parameters by the below commands – see The Settings panel of the Video Capture Device object. A camera must support the same commands for features management as the given ECHD commands (both when connected via ONVIF and via the corresponding driver). |
https://example.com:[port]/?cameraID={1}& ip={2}& loqin={3}&pass={4}& action={5}&x={6}&y={7}&z ={8}&modelName={9}
Atomic shift of video surveillance device in the specified direction.
cameraID - ID of video surveillance device.
ip - IP address of video surveillance device.
login - account of video surveillance device.
pass - access password to video surveillance device.
action - command name [degreesmove].
x - PAN rotation [-180 ..0.. 180].
y - Tilt rotation [-180 ..0.. 180].
z - zoom in/out [0.. 100].
modelName – model of video surveillance device.
https://example.com:[port]/?cameraID={1}&ip={2}&loqin={3}&pass={4}&action={5}&x={6}&y={7}&z={8}&modelName={9}
Rotation of video surveillance device compared with current position. Viewing area of video surveillance device is divided by a grid where central point’s coordinates are (x:0, y:0), top left (x:-7, y:7), bottom right (x:7, y:-7). Video surveillance device must be rotated in a way that object appears in the center of the grid.
‘Optical’ error caused by the distance to the visible object is allowed.
Error caused by sphere-to-plane projection must be compensated.
cameraID - ID of video surveillance device.
ip - IP address of video surveillance device.
login - account of video surveillance device.
pass - access password to video surveillance device.
action - command name (degreesmove2). When connected via ONVIF, the camera must support Point&Click and the ReplacePointAndClick registry key must be set to 1 (see Registry keys reference guide) in order to execute this command.
x - PAN rotation [-7..0..7].
y - TILT rotation [-7..0..7].
Z – deprecated parameter. The value is ignored; may be excluded from the request.
modelName - model of video surveillance device.
https://example.com:[port]/?cameralD={1}&ip={2}&login={3}&pass={4}&action={5}&x={6}&y={7}&z={8}&modelName={9}
Setting position of video surveillance device in degrees compared with ‘0’ position.
cameraID - ID of video surveillance device.
ip - IP address of video surveillance device.
login - account of video surveillance device.
pass - access password to video surveillance device.
action - command name (setposition).
x - PAN setting [-180 ..0.. 180].
y - TILT setting [-180 ..0..180].
Z – zoom value [0.. 100].
modelName - model of video surveillance device.
https://example.com:[port]/?cameralD={1}&ip={2}&login={3}&pass={4}&action={5}&modelName={6}
Getting position of video surveillance device in pAN and TILm in degrees as well as current zoom values.
Response in JSON format:
{"y":56, "x":105, "z":0}
cameraID - ID of video surveillance device.
ip - IP address of video surveillance device.
login - account of video surveillance device.
pass - access password to video surveillance device.
action - command name (getposition).
modelName - model of video surveillance device.
https://example.com:[port]/?cameralD={1}&ip={2}&login={3}&pass={4}&action={5}&x={6}&y={7}&z={8}&modelName={9}
Video surveillance device’s focus control command where z parameter controls over focus:
1: Focus in
-1 : Focus out
0: Auto
cameralD - ID of video surveillance device.
ip - IP address of video surveillance device.
login - account of video surveillance device.
pass - access password to video surveillance device.
action - command name (focus).
x - not in use [0].
y - not in use [0].
z – focus control [-1..0..1].
modelName - model of video surveillance device.
https://example.com:[port]/?cameralD={1}&ip={2}&login={3}&pass={4}&action={5}&x={6}&y={7}&z={8}&modelName={9}
Video surveillance device’s iris control command where z parameter controls over iris:
1: Open iris
-1: Close iris
0: Auto
cameralD - ID of video surveillance device.
ip - IP address of video surveillance device.
login - account of video surveillance device.
pass - access password to video surveillance device.
action - command name (iris).
x - not in use [0].
y - not in use [0].
z – iris control [-1..0..1].
modelName - model of video surveillance device.
https://example.com:[port]/?cameralD={1}&ip={2}&login={3}&pass={4}&action={5}&x={6}&y={7}&z={8}&modelName={9}
The following operation modes of video surveillance device are available:
1: Day mode
-1 : Night mode
cameraID – ID of video surveillance device.
ip – IP address of video surveillance device.
login - account of video surveillance device.
pass – access password to video surveillance device.
action – command name (switch_day_night).
x – not in use [0].
y - not in use [0].
z – mode control [-1..0..1].
modelName - model of video surveillance device.
https://example.com:[port]/?cameralD={1}&ip={2}&login={3}&pass={4}&action={5}&x={6}&y={7}&z={8}&modelName={9}
The following backlight operation modes are available:
1: Enable
-1: Disable
cameraID - ID of video surveillance device.
ip - IP address of video surveillance device.
login - account of video surveillance device.
pass - access password to video surveillance device.
action - command name (backlight).
x - not in use [0].
y - not in use [0].
z - mode control[-1..0..1].
modelName - model of video surveillance device.
https://example.com:[port]/?cameralD={1}&ip={2}&login={3}&pass={4}&action={5}&x={6}&y={7}&z={8}&modelName={9}
The following operation modes of video surveillance device are available:
1: Enable
-1: Disable
cameraID - ID of video surveillance device.
ip - IP address of video surveillance device.
login - account of video surveillance device.
pass - access password to video surveillance device.
action - command name (switch_color).
x - not in use [0].
y - not in use [0].
z - mode control[-1..0..1].
modelName - model of video surveillance device.