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

Method seek

scenedetect/backends/opencv.py:504–506  ·  view source on GitHub ↗

The underlying VideoCapture is assumed to not support seeking.

(self, target: TimecodeLike)

Source from the content-addressed store, hash-verified

502 return self._num_frames
503
504 def seek(self, target: TimecodeLike):
505 """The underlying VideoCapture is assumed to not support seeking."""
506 raise NotImplementedError("Seeking is not supported.")
507
508 def reset(self):
509 """Not supported."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected