image storage dispatcher More...

image storage dispatcher

The imgsave driver stores received images into a directory tree in which paths form such a pattern: key/date/hour, where key is the given key name of camera device. By default images are written in human readable format called xyRGB (where each line is formed by five integers: x, y, R, G, B of a pixel), alternatively, JPEG compressed files can be stored. When desired, this driver can inprint image informations at the top of stored and published images (key, date, time, number of current image in given second). This driver publishes all images that are stored (if needed, JPEG compressed).

Compile-time dependencies
Provides
Requires
Configuration requests
Configuration file options
Properties
Example
driver
(
  name "imgsave"
  requires ["camera:0"]
  provides ["camera:10"]
  key "vault"
  jpeg 1
  print 1
)
Author
Paul Osmialowski