1440p Serie CG List
After sending a command to the camera you always get two pieces of information back - a return code and the name of the command to which the update was sent, e.g.:
http://192.168.2.64/param.cgi?cmd=setaudioalarmattr&enable=0
cmd="setaudioalarmattr";
response="200";
A return of 200
means everything worked. Below is a breakdown of all the possible codes.
Response Codes
response="200";
- SUCCESS =
200
- UNKNOWN_PARAM =
201
- INVALID_VALUE =
202
- NOT_IMPLEMENTED =
203
- UNKNOWN_COMMAND =
204
- READ_CONFIG_ERROR =
205
- WRITE_CONFIG_ERROR =
206
- UNKNOWN =
207
- MISSING_PARAM =
208
- OS_ERROR =
209
- LOGIC_ERROR =
210
- NO_PERMISSION =
211
- INVALID_ACTION =
212
- BUSY =
213
- INTERNAL_ERROR =
214
- DISABLED =
215
- NOT_AVAIL =
216
- SYNTAX_ERROR =
301
- UPLOAD_FAILED =
302
- UD_SOCKET_ERROR =
303
Smarthome Integration (e.g. Node-RED)
Camera Control
Example Flows for Node-RED v2:
Livestream
MJPEG Stream /livestream?action=play&media=mjpeg
Videostreams for video channels 11
, 12
and 13
http://192.168.178.21/livestream/11?action=play&media=mjpeg&user=admin&pwd=instar
http://192.168.178.21/livestream/12?action=play&media=mjpeg&user=admin&pwd=instar
http://192.168.178.21/livestream/13?action=play&media=mjpeg&user=admin&pwd=instar
Example Flows for Node-RED v2:
RTSP Stream /livestream
Videostreams for video channels 11
, 12
and 13
rtsp://user:password@192.168.178.21/livestream/11
rtsp://user:password@192.168.178.21/livestream/12
rtsp://user:password@192.168.178.21/livestream/13
Example Flows for Node-RED v2:
ONVIF Stream
Example Flows for Node-RED v2: