Structure about alarm rule parameters.
union{ DWORD uLen[23]; NET_VCA_TRAVERSE_PLANE struTraversePlane; NET_VCA_AREA struArea; NET_VCA_INTRUSION struIntrusion; NET_VCA_LOITER struLoiter; NET_VCA_TAKE_LEFT struTakeTeft; NET_VCA_PARKING struParking; NET_VCA_RUN struRun; NET_VCA_HIGH_DENSITY struHighDensity; NET_VCA_VIOLENT_MOTION struViolentMotion; NET_VCA_REACH_HIGHT struReachHight; NET_VCA_GET_UP struGetUp; NET_VCA_LEFT struLeft; NET_VCA_TAKE struTake; NET_VCA_HUMAN_ENTER struHumanEnter; NET_VCA_OVER_TIME struOvertime; NET_VCA_STICK_UP struStickUp; NET_VCA_SCANNER struScanner; NET_VCA_LEAVE_POSITION struLeavePos; NET_VCA_TRAIL struTrail; NET_VCA_FALL_DOWN struFallDown; NET_VCA_AUDIO_ABNORMAL struAudioAbnormal; NET_VCA_ADV_REACH_HEIGHT struAdvReachHeight; NET_VCA_TOILET_TARRY struToiletTarry; NET_VCA_YARD_TARRY struYardTarry; NET_VCA_ADV_TRAVERSE_PLANE struAdvTraversePlane; NET_VCA_LECTURE struLecture; NET_VCA_ANSWER struAnswer; NET_VCA_STANDUP struStandUp; NET_VCA_PEOPLENUM_CHANGE struPeopleNumChange; NET_VCA_SPACING_CHANGE struSpacingChange; NET_VCA_COMBINED_RULE struCombinedRule; NET_VCA_SIT_QUIETLY struSitQuietly; NET_VCA_HIGH_DENSITY_STATUS struHighDensityStatus; NET_VCA_RUNNING struRunning; NET_VCA_RETENTION struRetention; NET_VCA_BLACKBOARD_WRITE struBlackboardWrite; NET_VCA_SITUATION_ANALYSIS struSituationAnalysis; NET_VCA_PLAY_CELLPHONE struPlayCellphone; NET_VCA_DURATION struDruation; NET_VCA_FAKECARD struFakeCard }NET_VCA_EVENT_UNION,*LPNET_VCA_EVENT_UNION;
Union size, 4*23 (92 bytes)
Line crossing deteciton parameters, refer to the structure NET_VCA_TRAVERSE_PLANE for details.
Region entrance/exiting detection parameters, refer to the structure NET_VCA_AREA for details.
Intrusion detection parameters, refer to the structure NET_VCA_INTRUSION for details.
Loitering detection parameters, refer to the structure NET_VCA_LOITER for details.
Unattended baggage/object removal detection parameters, refer to the structure NET_VCA_TAKE_LEFT for details.
Parking detection parameters, refer to the structure NET_VCA_PARKING for details.
Fast moving detection parameters, refer to the structure NET_VCA_RUN for details.
People gathering detection parameters, alarm will be triggered and uploaded when the people gathering density exceeds the configured threshold. Refer to the structure NET_VCA_HIGH_DENSITY for details.
Violent motion detection parameters, refer to the structure NET_VCA_VIOLENT_MOTION for details.
Climbing detection parameters, refer to the structure NET_VCA_REACH_HIGHT for details.
Getting up detection parameters, refer to the structure NET_VCA_GET_UP for details.
Unattended baggage detection parameters, refer to the structure NET_VCA_LEFT for details.
Object removal detection parameters, refer to the structure NET_VCA_TAKE for details.
Region entrance detection parameters, refer to the structure NET_VCA_HUMAN_ENTER for details.
Operation overtime detection parameters, refer to the structure NET_VCA_OVER_TIME for details.
Sticking-up detection parameters, refer to the structure NET_VCA_STICK_UP for details.
Card reader parameters, refer to the structure NET_VCA_SCANNER for details.
Absence detection parameters, refer to the structure NET_VCA_LEAVE_POSITION for details.
Trailing detection parameters, refer to the structure NET_VCA_TRAIL for details.
Falling down detection parameters, refer to the structure NET_VCA_FALL_DOWNfor details.
Sudden change of sound intensity detection parameters, refer to the structure NET_VCA_AUDIO_ABNORMAL for details.
Climbing detection parameters, refer to the structure NET_VCA_ADV_REACH_HEIGHT for details.
In-toilet overtime detection parameters, refer to the structure NET_VCA_TOILET_TARRY for details.
Playground overstay detection parameters, refer to the structure NET_VCA_YARD_TARRY for details.
Line crossing detection parameters, refer to the structure NET_VCA_ADV_TRAVERSE_PLANE for details.
Teaching event parameters, refer to the structure NET_VCA_LECTURE for details.
Question answer detection parameters, refer to the structure NET_VCA_ANSWER for details.
Standing up detection parameters, refer to the structure NET_VCA_STANDUP for details.
People amount changed detection parameters, refer to the structure NET_VCA_PEOPLENUM_CHANGE for details.
Distance changed detection parameters, refer to the structure NET_VCA_SPACING_CHANGE for details.
Combined rule parameters, refer to the structure NET_VCA_COMBINED_RULE for details.
Sedentary detection parameters, refer to the structure NET_VCA_SIT_QUIETLY for details.
People gathering status, refer to the structure NET_VCA_HIGH_DENSITY_STATUS for details. Device uploads people gathering status according to the configured time interval. This time interval cannot be configured via HCNetSDK, and can only be configured via the server. The default time interval is 10s.
Running detection parameters, refer to the structure NET_VCA_RUNNING for details.
Overstay detection parameters, refer to the structure NET_VCA_RETENTION for details.
Blackboard writing detection parameters, refer to the structure NET_VCA_BLACKBOARD_WRITE for details.
Situation analysis detection parameters, refer to the structure NET_VCA_SITUATION_ANALYSIS for details.
Playing mobile phone detection parameters, refer to the structure NET_VCA_PLAY_CELLPHONE for details.
Alarm duration parameters, refer to the structure NET_VCA_DURATION for details.
Fake card detection parameters, refer to the structure NET_VCA_FAKECARD