An alternate constructor that does not supply an initial timestamp and supplies some defaults for 'synchronous' and 'stride'.
Create a color sensor (synchronous or fast-as-possible) that reads a movie file to create a sensor stream.
Create a color sensor (synchronous or fast-as-possible) that reads a movie file to create a sensor stream.
Name of the movie file.
The initial frame to display (may not be 0 if the sensor was restored).
True if movie is to stream at encoded framerate, false if movie is to stream as fast as possible.
Step by stride
movie frames on each Cog step.
An UnpipelinedColorSensor that carries the movie's video stream.
The factory method used to create an unpipelined color sensor from its stored parameter string.
Factory for creating a color sensor that reads in successive frames of a movie from a movie file. The sensor loops back to the beginning of the movie after it hits the last frame, forming an endless loop. This uses an unpipelined sensor, so the ffmpeg processing is done in series with any GPU processing of the frames.