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
| Name | Description | Type | Default |
|---|---|---|---|
| class | The class name for the module; must be "InputQTMovie". | string | |
| name | The name of this instance of the module. | string | |
| filename | File to read the data from | string | |
| size_x | Size to scale the movie to | int | original movie size |
| size_y | Size to scale the movie to | int | original movie size |
| loop | Loop playback | bool | no |
Module Connections
Outputs
| Name | Description |
|---|---|
| RED | The red channel. |
| GREEN | The green channel. |
| BLUE | The blue channel. |
| INTENSITY | The 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