onvif
    Preparing search index...

    Interface PTZPositionFilter

    interface PTZPositionFilter {
        enterOrExit: boolean;
        maxPosition: PTZVector;
        minPosition: PTZVector;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    enterOrExit: boolean

    If true, search for when entering the specified PTZ volume.

    maxPosition: PTZVector

    The upper boundary of the PTZ volume to look for.

    minPosition: PTZVector

    The lower boundary of the PTZ volume to look for.