onvif
    Preparing search index...

    Interface PTZStatusFilterOptions

    interface PTZStatusFilterOptions {
        extension?: PTZStatusFilterOptionsExtension;
        fieldOfViewSupported?: boolean;
        panTiltPositionSupported?: boolean;
        panTiltStatusSupported: boolean;
        zoomPositionSupported?: boolean;
        zoomStatusSupported: boolean;
    }
    Index
    fieldOfViewSupported?: boolean

    True if the device is able to stream the field-of-view information.

    panTiltPositionSupported?: boolean

    True if the device is able to stream the pan or tilt position.

    panTiltStatusSupported: boolean

    True if the device is able to stream pan or tilt status information.

    zoomPositionSupported?: boolean

    True if the device is able to stream zoom position information.

    zoomStatusSupported: boolean

    True if the device is able to stream zoom status inforamtion.