Motion Detection Api - Brickcom WCB-100A User Manual

Cb-100a series megapixel cube network camera
Hide thumbs Also See for WCB-100A:
Table of Contents

Advertisement

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 -

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WCB-100A and is the answer not in the manual?

Questions and answers

Lee
March 12, 2025

Can it b use in windows 10

Subscribe to Our Youtube Channel

This manual is also suitable for:

Cb-100a

Table of Contents