Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ GetSourceFps
Method
GetSourceFps
samples/common/src/CVUtils/CvVideoFrameReader.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
double CvVideoFrameReader::GetSourceFps() const
51
{
52
return m_capture.get(cv::CAP_PROP_FPS);
53
}
54
55
bool CvVideoFrameReader::ConvertToRGB()
56
{
Callers
2
FrameReaderTest.cpp
File · 0.80
GetFrameSourceAndSink
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected