webcam2caps¶
Reads camera frames data products from URL and pushes it to a CAPS server.
Description¶
Read camera images from a website and push them into a CAPS server.
Use the input.address to configure the base url of a website providing webcam images.
https://www.geonet.org.nz:443/volcano/cameras/latest
Then use the input.streamsFile to map the individual images to stream ids.
# Comments and empty lines are ignored
NZ.RAOU..CAM raoulisland.jpg
NZ.TEKA..CAM tekaha.jpg
NZ.WHAK..CAM whakatane.jpg
NZ.TONG..CAM tongariro.jpg
This will fetch images from
https://www.geonet.org.nz:443/volcano/cameras/latest/raoulisland.jpg
https://www.geonet.org.nz:443/volcano/cameras/latest/tekaha.jpg
… and so on.
Module Configuration¶
etc/defaults/global.cfgetc/defaults/webcam2caps.cfgetc/global.cfgetc/webcam2caps.cfg~/.seiscomp/global.cfg~/.seiscomp/webcam2caps.cfgwebcam2caps inherits global options.
Note
Modules/plugins may require a license file. The default path to license
files is @DATADIR@/licenses/ which can be overridden by global
configuration of the parameter gempa.licensePath. Example:
gempa.licensePath = @CONFIGDIR@/licenses
Note
input.* Configuration of data input.
- input.interval¶
Default:
60Unit: s
Type: uint
Range:
1,infTime interval to fetch data.
- input.address¶
Default:
https://www.geonet.org.nz:443/volcano/cameras/latestType: url
Host URL. Format: [http|https]://host[:port]/baseURL
- input.streamsFile¶
Default:
@ROOTDIR@/share/webcam2caps/streammapType: directory
File where stream ids are matched to a specific webcam path.
Note
output.* Configuration of data output host.
- output.address¶
Default:
caps://localhost:18003Type: url
URL. Format: [caps|capss]://[user:pass@]host[:port]
- output.baseDir¶
Default:
/tmp/webcamType: directory
Directory for temporary storage of images.
Command-Line Options¶
Generic¶
- -h, --help¶
Show help message.
- -V, --version¶
Show version information.
- --config-file file¶
The alternative module configuration file. When this option is used, the module configuration is only read from the given file and no other configuration stage is considered. Therefore, all configuration including the definition of plugins must be contained in that file or given along with other command-line options such as --plugins.
- -D, --daemon¶
Run as daemon. This means the application will fork itself and doesn’t need to be started with &.
Verbosity¶
- --verbosity arg¶
Verbosity level [0..4]. 0:quiet, 1:error, 2:warning, 3:info, 4:debug.
- -v, --v¶
Increase verbosity level (may be repeated, e.g., -vv).
- -q, --quiet¶
Quiet mode: no logging output.
- --print-component arg¶
For each log entry print the component right after the log level. By default the component output is enabled for file output but disabled for console output.
- --component arg¶
Limit the logging to a certain component. This option can be given more than once.
- -s, --syslog¶
Use syslog logging backend. The output usually goes to /var/lib/messages.
- -l, --lockfile arg¶
Path to lock file.
- --console arg¶
Send log output to stdout.
- --debug¶
Execute in debug mode. Equivalent to --verbosity=4 --console=1 .
- --trace¶
Execute in trace mode. Equivalent to --verbosity=4 --console=1 --print-component=1 --print-context=1 .
- --log-file arg¶
Use alternative log file.
Input¶
- --address str¶
Overrides configuration parameter
input.address.
- --streams str¶
Overrides configuration parameter
input.streamsFile.
Output¶
- -a, --addr str¶
Overrides configuration parameter
output.address.