The amount of frames a given event can be buffered for, in time. This must be set to the amount of frames a detector might emit an event in the past.
(self)
| 74 | |
| 75 | @property |
| 76 | def event_buffer_length(self) -> int: |
| 77 | """The amount of frames a given event can be buffered for, in time. This must be set to the |
| 78 | amount of frames a detector might emit an event in the past.""" |
| 79 | return 0 |
| 80 | |
| 81 | # Frame Stats/Metrics |
| 82 |
nothing calls this directly
no outgoing calls
no test coverage detected