sdk-hwV1.3/external/eyesee-mpp/framework/sun8iw21/include/media/camera/ModData.h

22 lines
319 B
C
Raw Normal View History

2024-05-07 10:09:20 +00:00
#ifndef _AW_MOTION_DETECT_TYPE_H
#define _AW_MOTION_DETECT_TYPE_H
#ifdef __cplusplus
extern "C" {
#endif
typedef struct _MotionDetectResult_
{
int nResult;
}MotionDetectResult;
typedef struct _MOTION_DETECT_ATTR_S
{
int nSensitivity;
}MOTION_DETECT_ATTR_S;
#ifdef __cplusplus
}
#endif
#endif