@openhps/opencv
    Preparing search index...

    Interface ImageSinkOptions

    interface ImageSinkOptions {
        completedEvent?: boolean;
        filePath: string;
        name?: string;
        persistence?: boolean;
        uid?: string;
    }

    Hierarchy

    • SinkNodeOptions
      • ImageSinkOptions
    Index
    completedEvent?: boolean

    Emit a completed event for this sink

    true
    
    filePath: string

    File to save it to

    • {createdTimestamp}: Timestamp of the created frame
    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