InputQTMovie

Module that reads a movie using QuickTime. The movie can be optionally scaled by setting the parameters size_x and size_y.

Example XML definition

A simple example

  <module
      class = "InputQTMovie"
      name = "InputQTMovie"
      filename = "movie.mov"
  />

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "InputQTMovie".string
nameThe name of this instance of the module.string
filenameFile to read the data fromstring
size_xSize to scale the movie tointoriginal movie size
size_ySize to scale the movie tointoriginal movie size
loopLoop playbackboolno

Module Connections

Outputs

NameDescription
REDThe red channel.
GREENThe green channel.
BLUEThe blue channel.
INTENSITYThe intensity channel.
RESTARTThis output is 1 on the first frame of the movie.

Author

Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science

Files

InputQTMovie.h
InputQTMovie.cc
InputQTMovie.ikc

blog comments powered by Disqus