Fun from cli and host as websocket
This commit is contained in:
parent
48658e1f33
commit
f4ac3cee0a
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ int main(int argsc, char ** argsv)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
imread(img);
|
//~ imread(img);
|
||||||
|
|
||||||
//Calculate the Image timestamp and the capture frame rate;
|
//Calculate the Image timestamp and the capture frame rate;
|
||||||
const auto milliseconds = std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now() - start_time);
|
const auto milliseconds = std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now() - start_time);
|
||||||
|
|
Loading…
Reference in a new issue