Package

cogio

moviefiles

Permalink

package moviefiles

Visibility
  1. Public
  2. All

Type Members

  1. trait MovieProperties extends AnyRef

    Permalink

Value Members

  1. object ColorMovie

    Permalink

    Factory for creating a color sensor that reads in successive frames of a movie from a movie file.

    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 a pipelined sensor, so the ffmpeg processing is done in parallel with any GPU processing of the frames.

  2. object GrayscaleMovie

    Permalink

    Factory for creating a sensor that reads in successive frames of a movie from a movie file.

    Factory for creating a 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 a pipelined sensor, so the ffmpeg processing is done in parallel with any GPU processing of the frames.

  3. object MovieProperties

    Permalink
  4. object UnpipelinedColorMovie

    Permalink

    Factory for creating a color sensor that reads in successive frames of a movie from a movie file.

    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.

  5. object UnpipelinedGrayscaleMovie

    Permalink

    Factory for creating a sensor that reads in successive frames of a movie from a movie file.

    Factory for creating a 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.

Ungrouped