imageseq
[Drivers]

The imageseq driver simulates a camera by reading an image sequence from the filesystem. The filenames for the image sequence must be numbered; e.g.: "image_0000.pnm", "image_0001.pnm", "image_0002.pnm", etc.

Note that only grayscale images are currently supported.

Compile-time dependencies

Provides

Requires

Configuration requests

Configuration file options

Example
driver
(
  name "imageseq"
  provides ["camera:1"]
  rate 10
  pattern "image_%04d.pnm"
)

Todo:
Add support for color images.
Author:
Andrew Howard


Last updated 12 September 2005 21:38:45