ixfx
    Preparing search index...

    Type Alias StartResult

    Result from starting a camera

    type StartResult = {
        dispose: () => void;
        videoEl: HTMLVideoElement;
    }
    Index

    Properties

    Properties

    dispose: () => void

    Call dispose to stop the camera feed and remove any created resources, such as a VIDEO element

    videoEl: HTMLVideoElement

    Video element camera is connected to