Skip to content

Webcam.js createObjectURL error #13

@yax51

Description

@yax51

When trying to activate the camera I would get a createObjectURL error on the Webcam.js.
The function did not match the signature provided.
Solved by changing: video.src = window.URL.createObjectURL( stream ) || stream; to video.srcObject = stream;

Error seems to have been resolved.

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