onvif
    Preparing search index...

    Interface JpegOptions

    interface JpegOptions {
        encodingIntervalRange: IntRange;
        frameRateRange: IntRange;
        resolutionsAvailable?: VideoResolution[];
    }

    Hierarchy (View Summary)

    Index
    encodingIntervalRange: IntRange

    Supported encoding interval range. The encoding interval corresponds to the number of frames devided by the encoded frames. An encoding interval value of "1" means that all frames are encoded.

    frameRateRange: IntRange

    Supported frame rate in fps (frames per second).

    resolutionsAvailable?: VideoResolution[]

    List of supported image sizes.