Changes between Version 6 and Version 7 of Docs/825gen2/Dev/Networking/IPCameras
- Timestamp:
- 03/12/25 08:50:54 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/IPCameras
v6 v7 5 5 Most IP cameras provide a URL that can be used to obtain a still image such as a jpeg format file. The wget command line utility may be used to obtain the image such as: 6 6 7 {{{ 7 {{{#!c++ 8 8 wget 10.1.3.25:/cgi-bin/viewer/video.jpg?resolution=640x480 -O /tmp/img.jpg 9 9 }}}