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

Method frame_number

scenedetect/backends/opencv.py:501–502  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

499
500 @property
501 def frame_number(self) -> int:
502 return self._num_frames
503
504 def seek(self, target: TimecodeLike):
505 """The underlying VideoCapture is assumed to not support seeking."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected