CDR_ENABLE
Description
Get or Set Camera Doctor Enable state 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 (this URL) to enable the Camera Doctor function in device and set the proper debug level to the device (refer to CDR_DEBUG_LEVEL URL) and receive the debug message from the device through the UDP session (refer to CDR_SERVER_IP_PORT URL). Please refer the Specification of the Camera Doctor for further details.
Input Argument
0: Disable
1: Enable
Attribute
Return of Message
CDR_ENABLE='0'
OK: CDR_ENABLE='0'
or
ERROR: CDR_ENABLE='0'
Applicability
Status
Valid
See Also
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&CDR_ENABLE
or
http://ip:port/cgi-bin/cmd/system?CDR_ENABLE (Not available in All Decoders)
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&CDR_ENABLE=1
or
http://ip:port/cgi-bin/cmd/system?CDR_ENABLE=1 (Not available in All Decoders)
Back to