InputQTMovie
This page describes a module in the upcoming version 1.2 of Ikaros and may not be correct for version 1.1
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. |
| RESTART | This output is 1 on the first frame of the movie. |
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