meta data for this page
  •  

This is an old revision of the document!


Snapshots

NVR

Curl:

URL="http://${NVR_IP}:${NVR_PORT}/ISAPI/Streaming/channels/${NVR_CH}/picture"
curl --silent --anyauth --digest -u ${NVR_USER}:${NVR_PASS} -L ${URL} -o ${OUT_FILE}

camera

Curl:

URL="http://${CAM_IP}/ISAPI/Streaming/channels/101/picture"
curl --silent --anyauth --digest -u ${NVR_USER}:${NVR_PASS} -L ${URL} -o ${OUT_FILE}