= IP Cameras = The 825gen2 includes the wget and curl command line utility and the curl libraries. Most IP cameras provide a URL that can be used to obtain a still image such as a jpeg format file. The curl utility may be used to obtain the image such as: {{{ wget 10.1.3.25:/cgi-bin/viewer/video.jpg?resolution=640x480 -O /tmp/img.jpg }}}