onvif
    Preparing search index...

    Interface VideoSource

    Representation of a physical video input.

    interface VideoSource {
        extension?: VideoSourceExtension;
        framerate: number;
        imaging?: ImagingSettings;
        resolution: VideoResolution;
        token: string;
    }

    Hierarchy (View Summary)

    Index
    framerate: number

    Frame rate in frames per second.

    imaging?: ImagingSettings

    Optional configuration of the image sensor.

    resolution: VideoResolution

    Horizontal and vertical resolution

    token: string

    Unique identifier referencing the physical entity.