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 'https://unpkg.com/ixfx/dist/visual.js'

    Type Aliases

    CaptureOpts
    Capturer
    FramesOpts
    ManualCaptureOpts
    ManualCapturer

    Functions

    capture
    frames
    manualCapture