InputQTMovie

Module that sums its two inputs element by element, which can be one or two dimensional. Both inputs must have the same size.

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.

Limitations

Works only with OS X although it should be possible to convert the module to QuickTime for Windows with minial effort. We are not able to distribute a Windows version due to licencing issues.

It is not possible to loop the data file indefinitely.

Bugs

May not close all files in certain cases.

Author

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

Files

InputQTMovie.h
InputQTMovie.cc
InputQTMovie.ikc