SainsburyWellcomeCentre / aeon_experiments

Experiment workflows for Project Aeon
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Add timeout notifications for all camera streams #496

Closed glopesdev closed 8 months ago

glopesdev commented 8 months ago

This PR adds timeout detection for all camera streams, starting from the moment when camera triggering starts until the moment when cameras are paused. Any notifications are sent as an alert with the corresponding camera name.

The base implementation was taken from #246 which was lost when porting components to the full social workflow.

Fixes #129