ixfx
    Preparing search index...

    Namespace Video

    Working with video, either playback from a file or stream from a video camera.

    Overview

    • frames: Yields frames from a video camera
    • capture: Capture frames from a VIDEO element
    // If library is stored two directories up under `ixfx/`
    import {Video} from '../../ixfx/dist/visual.js';
    // Import from web
    import {Video} from '@ixfx/visual.js'

    Functions

    capture

    Captures frames from a video element. It can send pixel data to a function or post to a worker script.

    frames

    Generator that yields frames from a video element as ImageData.

    manualCapture

    Type Aliases

    CaptureOpts
    Capturer
    FramesOpts

    Options for frames generator

    ManualCaptureOpts
    ManualCapturer