Event

Event which is generated based on continuous zone state.

In contrast to a state, an event is emitted only for changes. Thus, an event is often directly actionable.

Table 1. Available fields in blickfeld.percept_processing.data.Event
Field Type Default Unit

timestamp

uint64

-

-

Unix timestamp of event

security_intrusion_started

Security.IntrusionStarted

-

-

Security: Intrusion started

security_intrusion_ended

Security.IntrusionEnded

-

-

Security: Intrusion ended

security_zone_intrusion_started

Security.ZoneIntrusionStarted

-

-

Security: Zone intrusion started

security_zone_intrusion_ended

Security.ZoneIntrusionEnded

-

-

Security: Zone intrusion ended

disqualification_fog_detected

Disqualification.Fog

-

-

Disqualification: Fog detected

disqualification_fog_stopped

Disqualification.Fog

-

-

Disqualification: Fog not detected anymore

traffic_vehicle_detected

Traffic.VehicleDetected

-

-

Traffic: Vehicle detected upon leaving a lane zone

Security

Container for security-related events

Intrusion Started

An intrusion started in one or multiple security zones.

Intrusion Ended

An intrusion ended.

Table 2. Available fields in blickfeld.percept_processing.data.Event.Security.IntrusionEnded
Field Type Default Unit

started_event_id

string

-

-

ID of the IntrusionStarted event.

duration

float

-

s

Duration of the intrusion event.

Zone Intrusion Started

An intrusion started in a security zone.

Table 3. Available fields in blickfeld.percept_processing.data.Event.Security.ZoneIntrusionStarted
Field Type Default Unit

zone_uuid

string

-

-

UUID of the security zone.

state

State

-

-

Snapshot of the zone state.

Zone Intrusion Ended

An intrusion of a security zone ended.

Table 4. Available fields in blickfeld.percept_processing.data.Event.Security.ZoneIntrusionEnded
Field Type Default Unit

zone_uuid

string

-

-

UUID of the security zone.

started_event_id

string

-

-

ID of the ZoneIntrusionStarted event.

duration

float

-

s

Duration of the intrusion event.

Traffic

Container for traffic-related events

Vehicle Detected

A vehicle was detected upon leaving a zone

Table 5. Available fields in blickfeld.percept_processing.data.Event.Traffic.VehicleDetected
Field Type Default Unit

zone_uuid

string

-

-

UUID of the traffic lane zone.

vehicle

Vehicle

-

-

The detected vehicle

id

string

-

-

The id of the detected vehicle

Disqualification

Container for disqualification-related events

Fog

Fog was detected in the point cloud.