onvif
    Preparing search index...

    Interface OnvifRequestOptions

    interface OnvifRequestOptions {
        array?: string[];
        body: Record<string, any>;
        headers?: OutgoingHttpHeaders;
        ptz?: boolean;
        rawXML?: string[];
        service?: keyof OnvifServices;
        soapHeaders?: Record<string, any>;
        timeout?: number;
        url?: URL;
    }

    Hierarchy

    • Omit<RequestOptions, "headers">
      • OnvifRequestOptions
    Index
    array?: string[]

    Tags that should be forced to be arrays

    body: Record<string, any>

    SOAP body

    headers?: OutgoingHttpHeaders
    ptz?: boolean

    Make request to PTZ uri or not

    rawXML?: string[]

    Values of these tags will be in xml2js format

    service?: keyof OnvifServices

    Name of service (ptz, media, etc)

    soapHeaders?: Record<string, any>

    Additional SOAP-headers

    timeout?: number

    Timeout for pull-point event requests

    url?: URL

    Defines another url to request