Changes between Version 6 and Version 7 of Docs/825gen2/Dev/Networking/IPCameras


Ignore:
Timestamp:
03/12/25 08:50:54 (4 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Networking/IPCameras

    v6 v7  
    55Most 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:
    66
    7 {{{
     7{{{#!c++
    88wget 10.1.3.25:/cgi-bin/viewer/video.jpg?resolution=640x480 -O /tmp/img.jpg
    99}}}