Fun from cli and host as websocket

This commit is contained in:
Ruben 2017-11-16 17:12:15 +01:00
parent 48658e1f33
commit f4ac3cee0a
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ int main(int argsc, char ** argsv)
break;
}
imread(img);
//~ imread(img);
//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);