Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Breakthrough/PySceneDetect
/ position_ms
Method
position_ms
scenedetect/backends/opencv.py:234–235 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
232
233
@property
234
def
position_ms(self) -> float:
235
return
self._cap.get(cv2.CAP_PROP_POS_MSEC)
236
237
@property
238
def
frame_number(self) -> int:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected