MCPcopy Create free account
hub / github.com/MAC-VO/MAC-VO / AllKeyframe

Class AllKeyframe

Module/KeyframeSelector.py:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class AllKeyframe(IKeyframeSelector[StereoFrame]):
23 def isKeyframe(self, frame: StereoFrame) -> bool:
24 return True
25
26 @classmethod
27 def is_valid_config(cls, config: SimpleNamespace | None) -> None:
28 cls._enforce_config_spec(config, {})
29
30
31class UniformKeyframe(IKeyframeSelector[StereoFrame]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected