Get the device OEM configurations.
There are three configurations will be returned in the NB devices. They are
- OEM_SERIAL_NUM
- OEM_MODEL_NAME
- OEM_MODEL_DESC
These three configurations are NULL by default and could be set by the NB firmware maker tool. If they are NULL or the device is AC device, the return value of them are
OEM_SERIAL_NUM=''
OEM_MODEL_NAME=''
OEM_MODEL_DESC=''In multiple channel video servers, the CHANNEL command with this URL is ignored. The OEM configurations in the system will be returnned.
None
OEM_SERIAL_NUM=''
OEM_MODEL_NAME=''
OEM_MODEL_DESC=''
ERROR: OEM_INFO not found
OEM_SERIAL_NUM='XXX-123434'
OEM_MODEL_NAME='MM-CC'
OEM_MODEL_DESC='This is a camera'
Valid
None
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&OEM_INFO
or
http://ip:port/cgi-bin/cmd/system?OEM_INFO
HOME, SYSTEM CGI