Motion detection API
Motion detection API allows applications to
1) set/get the motion detection setting
Data structures
Data Structure
SMotionDetectionSetti
ng
SMDList
SChannelMotionDetec
tion
SMDRegionList
SMDRegion
/* SMotionDetection */
// Upper left coordinte (x,y), bottom right coordinate (x1, y1)
typedef struct _MDRegionEntry {
int enabled;
int sensitivity; // 1-100. (low->high)
int threshold; // 1-100. (low->high)
int x;
int y;
int x1;
int y1;
} SMDRegionEntry;
/*SMDRegionList*/
typedef struct _MDRegionList
int size;
SMDRegionEntry regionEntry[5];
}SMDRegionList;
Description
Basic motion detection setting.
List of detection channels.
Keep the information of detection channels.
List of detection regions.
Keep the information of detection regions.
{
- 125 -
Need help?
Do you have a question about the WCB-100A and is the answer not in the manual?
Questions and answers
Can it b use in windows 10