mwmgrMGConfig Structure

Syntax

#include <mw/mgr/mgr.h> 

typedef struct { 
     s32 xsize ; /* Image data width (128 × 160). */
     s32 ysize ; /* Image data height (96 × 120). */
     mwmgrPSRect   mgrect ;   /* [pixel] coordinate for the rectangular region targeted for processing.*/
     u8 mgmode ;   /* Movement recognition mode (0, 1). */
     u8 frmparam ; /* Difference sensitivity between frames (0 through 10). */
     u8 spdparam ; /* Speed sensitivity (0 through 4). */
     u8 reserve0 ; /* Reserve flag 0. */ 
} mwmgrMGConfig; 

Description

See the corresponding C++ structure, mw::mgr::MGConfig.

Member Variables

See the corresponding C++ structure, mw::mgr::MGConfig.

Revision History

2014/05/28
Initial version.

CONFIDENTIAL