onvif
    Preparing search index...

    Interface JpegDecOptions

    interface JpegDecOptions {
        resolutionsAvailable?: VideoResolution[];
        supportedFrameRate: IntRange;
        supportedInputBitrate: IntRange;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    resolutionsAvailable?: VideoResolution[]

    List of supported Jpeg Video Resolutions

    supportedFrameRate: IntRange

    Supported Jpeg framerate range in fps

    supportedInputBitrate: IntRange

    Supported Jpeg bitrate range in kbps