CDR_DEBUG_LEVEL

Description

Get or Set Camera Doctor debugging level configuration.

The Camera Doctor provides the run-time debugging mechanism to collect the device run-time state through an UDP connection. The client-server architecture is used in this mechanism where the device acts as a server and the remote host acts as the client. The client has to be able to send the command (refer to CDR_ENABLE) to enable the Camera Doctor function in device and set the proper debug level to the device (this URL) and receive the debug message from the device through the UDP session (refer to CDR_SERVER_IP_PORT). Please refer the Specification of the Camera Doctor for further details.

The device run-time message will be dumped to the remote host as the Camera Doctor was enabled. The debugging level affects how much message will be get from the device. The higher debugging level more message to get. That is the message in lower debugging level is the subset of it in higher debugging level.

Input Argument

1: the lowest level, only device's error message will be sent.
2: warning and important information will be set.
3: device internal run-time state information will be sent.
4. as much as the information will be sent.

Attribute

Return of Message

CDR_DEBUG_LEVEL='1'
OK: CDR_DEBUG_LEVEL='1'
or
ERROR: CDR_DEBUG_LEVEL='1'

Applicability

Status

Valid

See Also

CDR_ENABLE, CDR_SERVER_IP_PORT

Example

http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&CDR_DEBUG_LEVEL
or
http://ip:port/cgi-bin/cmd/system?CDR_DEBUG_LEVEL (Not available in All Decoders)
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&CDR_DEBUG_LEVEL=1
or
http://ip:port/cgi-bin/cmd/system?CDR_DEBUG_LEVEL=1 (Not available in All Decoders)

Back to

HOME, SYSTEM CGI