onvif
    Preparing search index...

    Interface OSDImgOptions

    interface OSDImgOptions {
        extension?: OSDImgOptionsExtension;
        formatsSupported?: StringAttrList;
        imagePath?: string[];
        maxHeight?: number;
        maxSize?: number;
        maxWidth?: number;
    }
    Index
    formatsSupported?: StringAttrList

    List of supported image MIME types, such as "image/png".

    imagePath?: string[]

    List of available image URIs.

    maxHeight?: number

    The maximum height (in pixels) of the image that can be uploaded.

    maxSize?: number

    The maximum size (in bytes) of the image that can be uploaded.

    maxWidth?: number

    The maximum width (in pixels) of the image that can be uploaded.