locar
    Preparing search index...

    Interface WebcamErrorEvent

    Event emitted when the webcam encounters an error.

    interface WebcamErrorEvent {
        code: string;
        message: string;
    }
    Index

    Properties

    Properties

    code: string
    message: string