Skip to content

Video init with createObjectURL is not working anymore #44

@s00500

Description

@s00500

The camera needs to be initialized with:

    console.log("chroma-key: start video", stream);

    // init video object
    this.videoStream = stream;
    this.video = document.createElement("video");
    this.video.autoplay = true;
    this.video.srcObject = stream;

(Line 169 in chroma-key js)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions