EVENT_RSPMD1, EVENT_RSPMD2, EVENT_RSPMD3

EVENT_RSPMD4, EVENT_RSPMD5, EVENT_RSPMD6 (available in PlatformK cameras)

 

Description

Get or set the motion detection configurations for events.

The state, sensitivity, active time and motion object size of a motion region could have different settings when the event was triggered. As the event becomes inactive, the motion settings in a motion region will be reloaded to the original values automatically.

The location and size of the motion window in the motion region is the same as the motion settings in normal state (event was not triggered). Refer to the MOTION_CONFIG URL for general motion configurations.

This URL EVENT_RSPMDn configures the settings in nth motion regions. For example, the EVENT_RSPMD1 gets or sets the configurations of motion region 1 for events.

In PlatformK cameras,
the available motion detection regions are more than 3 regions when the video streaming mode is 4VGA or 6VGA. Every video stream has only one motion detection region In these two video streaming modes. Therefore, the EVENT_RSPMDn access the video stream n motion settings for events. The n is from 1 to 4 in 4VGA video streaming mode and from 1 to 6 in 6VGA video streaming mode.
For example, the EVENT_RSPMD6 is used to access video stream 6 motion settings for events in 6VGA video streaming mode.

Input Argument

state,sen,time,object

state: 0: Disable, 1: Enable. motion detection is enabled/disable when event occurs.
sen: sensitivity of motion detection (0~100). The higher value, more sensitive in motion detection.
time: motion timer. (0~300 seconds).
object: the size of the motion object

Attribute

Read and Write
On-Fly

Return of Message

EVENT_RSPMDn='0,70,5,10'

OK: EVENT_RSPMDn='0,70,5,10'
ERROR: EVENT_RSPMDn='0,70,5,10'

Applicability

PlatformA: Video Encoders and cameras
PlatformT: Video Encoders and cameras
PlatformK: cameras (firmware version 5.05 and later)
Multiple Channel Video Encoder: with PlatformA channel modules

Status

Valid

See Also

EVENT_CONFIG, EVENT_DIn, MOTION_CONFIG, EVENT_RSPMDPIR

Example

http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&EVENT_RSPMDn
or
http://ip:port/cgi-bin/cmd/encoder?EVENT_RSPMDn

http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&EVENT_RSPMDn=0,70,5,10
or
http://ip:port/cgi-bin/cmd/encoder?EVENT_RSPMDn=0,70,5,10

Back To

HOME, ENCODER CGI