onvif
    Preparing search index...

    Interface OnvifRequestOptions

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

    Hierarchy

    • Omit<RequestOptions, "headers">
      • OnvifRequestOptions
    Index
    body: string

    SOAP body

    headers?: OutgoingHttpHeaders
    ptz?: boolean

    Make request to PTZ uri or not

    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