MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / event_buffer_length

Method event_buffer_length

scenedetect/detector.py:76–79  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected