Skip to content

Make VideoFrame a CanvasImageSource #158

@chcunningham

Description

@chcunningham

Already implemented in Chrome. This issue tracks the need to file a PR on HTML to get VideoFrame added here.

This makes it possible to use canvas drawImage(videoFrame) as well as window.createImageBitmap(videoFrame) (meaning we can remove videoFrame.createImageBitmap().

This is simpler to use and more efficient vs previous proposal of always first creating an ImageBitmap.

Related issues: #88 and #145

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions