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

Method reset

scenedetect/backends/opencv.py:508–510  ·  view source on GitHub ↗

Not supported.

(self)

Source from the content-addressed store, hash-verified

506 raise NotImplementedError("Seeking is not supported.")
507
508 def reset(self):
509 """Not supported."""
510 raise NotImplementedError("Reset is not supported.")
511
512 def read(self, decode: bool = True) -> np.ndarray | bool:
513 if not self._cap.isOpened():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected