- Overview
- Sensor integration
- Watch tracks and detections
Watch tracks and detections
Use this workflow to receive track or detection events from an integration you are
authorized to observe. After completing the
observer quickstart, choose the runnable
track watcher or
detection watcher. Both open a lazy bounded
stream and close it in finally.
Run the watchers
Section titled “Run the watchers”python examples/watch_tracks.py --checkexport ECN_OBSERVED_INTEGRATION=authorized-sourceexport ECN_MAX_EVENTS=10python examples/watch_tracks.pypython examples/watch_detections.py --checkexport ECN_OBSERVED_INTEGRATION=authorized-sourceexport ECN_MAX_EVENTS=10python examples/watch_detections.pyChoose filters and delivery
Section titled “Choose filters and delivery”Category filters are fixed in each script. Add the exact integration whenever it is
known, keep event counts bounded for validation, and use DeliveryPolicy.LATEST for
rendering consumers that prefer current state over backlog.
For the supported sensor publication pattern, continue with Sensor integration.
Version 0.2.0 · branch main
