Categories

Versions

Read Video (Image Processing)

Synopsis

Reads frames of a video and returns them as a collection.

Description

After reading a video file, we can see the video frame by frame. A frame of a video is simply an image and hence we see each frame the same way we see images.

Input

    Output

    • class_mappings (class mappings) (Collection)

      A collection of all the images/frames in the video

    Parameters

    • file name The video to read.
    • sample frequency Since videos are usually of high fps it is often not feasible to read all frames into memory. With this setting you can limit the number of frames to read. Only every x-th frame will be read. The higher this number, the less images you receive.

    Tutorial Processes