onvif
    Preparing search index...

    Interface MotionInCells

    interface MotionInCells {
        cells: unknown;
        columns: number;
        rows: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    cells: unknown

    A “1” denotes a cell where motion is detected and a “0” an empty cell. The first cell is in the upper left corner. Then the cell order goes first from left to right and then from up to down. If the number of cells is not a multiple of 8 the last byte is filled with zeros. The information is run length encoded according to Packbit coding in ISO 12369 (TIFF, Revision 6.0).

    columns: number

    Number of columns of the cell grid (x dimension)

    rows: number

    Number of rows of the cell grid (y dimension)