mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 08:16:03 +08:00
merge in tools
old-commit-hash: 29ac3da7b84426c6764150cb233b9c7bab1446d8
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "FrameReader.hpp"
|
||||
#include "TestFrameReader.hpp"
|
||||
|
||||
void TestFrameReader::frameread() {
|
||||
QElapsedTimer t;
|
||||
t.start();
|
||||
FrameReader fr("3a5d6ac1c23e5536/2019-10-29--10-06-58/2/fcamera.hevc");
|
||||
fr.get(2);
|
||||
//QThread::sleep(10);
|
||||
qDebug() << t.nsecsElapsed()*1e-9 << "seconds";
|
||||
}
|
||||
|
||||
QTEST_MAIN(TestFrameReader)
|
||||
|
||||
Reference in New Issue
Block a user