Motion Detection
The technical term for this kind of motion detection is background subtraction. Corresponding settings in the Blickfeld Qb2 API and the WebGUI can be found under this name. |
Detecting motion (also called background subtraction) in the scene is a crucial pre-processing step used in the security mode. It efficiently reduces the amount of data to be processed further and sets the focus on the relevant segment of the scene.
The on-device processing supports different background subtraction algorithms. Each algorithm has specific use cases and limitations.
- Static motion detection
-
Intended for fixed and clearly defined indoor scenarios. The underlying model of the scene is captured once and only updated on demand. Every change in the scene is permanently reported as an object or foreground point cloud.
- Dynamic motion detection
-
Intended for dynamic or outdoor scenes. The underlying model of the scene is adaptive and evaluates statistical properties of the incoming point cloud data. Permanent changes in the scene can be incorporated into the model over time.