|
@@ -193,6 +193,8 @@ class TrackedObject:
|
|
"box": self.obj_data["box"],
|
|
"box": self.obj_data["box"],
|
|
"area": self.obj_data["area"],
|
|
"area": self.obj_data["area"],
|
|
"region": self.obj_data["region"],
|
|
"region": self.obj_data["region"],
|
|
|
|
+ "stationary": self.obj_data["motionless_count"]
|
|
|
|
+ > self.camera_config.detect.stationary_threshold,
|
|
"motionless_count": self.obj_data["motionless_count"],
|
|
"motionless_count": self.obj_data["motionless_count"],
|
|
"position_changes": self.obj_data["position_changes"],
|
|
"position_changes": self.obj_data["position_changes"],
|
|
"current_zones": self.current_zones.copy(),
|
|
"current_zones": self.current_zones.copy(),
|