@openhps/opencv
    Preparing search index...

    Interface VideoSinkOptions

    interface VideoSinkOptions {
        codec?: string;
        completedEvent?: boolean;
        filePath: string;
        fps?: number;
        height?: number;
        name?: string;
        persistence?: boolean;
        uid?: string;
        width?: number;
    }

    Hierarchy

    • SinkNodeOptions
      • VideoSinkOptions
    Index
    codec?: string
    completedEvent?: boolean

    Emit a completed event for this sink

    true
    
    filePath: string
    fps?: number
    height?: number
    name?: string

    User friendly name of the node Used for querying a node by its name.

    persistence?: boolean

    Store objects in data services

    true
    
    uid?: string

    Manually set the unique identifier of the node

    width?: number