Observe Multiple Areas

<< Click to Display Table of Contents >>

Navigation:  BEST-PRACTICE Examples >

Observe Multiple Areas

Example: We observe 5 different areas, either live or on multiple videos. We count the number of subjects per area.

There are basically 2 approaches to perform this:

Arrow-Right-OrangeEvent-based - Any change is coded the moment it happens. The duration without any change per area is logged, along with the exact number during each Event.

Read Event-based Counting Approach for a detailed description.

Arrow-Right-OrangeInterval-based - The number of subjects is counted every 5 minutes or so. Events without duration are created for every counting point. Each Event line holds the numbers for all areas.

Read Interval-based Counting Approach for a step by step example.

 

REMEMBER: Those example are only a simplified routine to explain the basic functionality. The fields of application are countless! A far more complex implementation is described in FACs coding.