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

Method name

scenedetect/backends/opencv.py:453–455  ·  view source on GitHub ↗

Always 'CAP_ADAPTER'.

(self)

Source from the content-addressed store, hash-verified

451
452 @property
453 def name(self) -> str:
454 """Always 'CAP_ADAPTER'."""
455 return "CAP_ADAPTER"
456
457 @property
458 def is_seekable(self) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected