Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/city-super/Octree-GS
/ getCurrentFrameNumber
Method
getCurrentFrameNumber
SIBR_viewers/src/core/video/Video.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
int Video::getCurrentFrameNumber() {
46
checkLoad();
47
return (int)cap.get(cv::VideoCaptureProperties::CAP_PROP_POS_FRAMES);
48
}
49
50
void Video::setCurrentFrame(int i){
51
checkLoad();
Callers
1
loadVideoVolume
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected