Go to documentation repository
Documentation for Intellect 4.10.4. Documentation for other versions of Intellect is available too.
Important!
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).
Discrete motion
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.
Relative motion
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). Depending on camera, registry keys may have to be set for correct operation:
- The camera does not support Point&Click but supports absolute PTZ. Set the ReplacePointAndClick registry key to 1 (see Registry keys reference guide).
- The camera supports Point&Click. Set the ReplacePointAndClick registry key to 0 and TelemetryCommandMoveTimeout to delay in milliseconds between panning/tilting and zooming (see Registry keys reference guide).
x - PAN rotation [-7..0..7].
y - TILT rotation [-7..0..7].
Z – zoom in/zoom out [-1..0..1].
modelName - model of video surveillance device.
Setting position 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.
Getting position 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.
Focusing
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.
Iris control
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.
Night mode
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.
Backlight
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.
BW mode
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.