mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 19:26:51 +08:00
Changed Linux timestamp behavior. Explicitly using CLOCK_MONOTONIC_RAW and CLOCK_REALTIME
This commit is contained in:
@@ -55,7 +55,7 @@ namespace alpr
|
||||
{
|
||||
std::cerr << "file does not exist: " << filepath << std::endl;
|
||||
AlprResults emptyResults;
|
||||
emptyResults.epoch_time = getEpochTime();
|
||||
emptyResults.epoch_time = getEpochTimeMs();
|
||||
emptyResults.img_width = 0;
|
||||
emptyResults.img_height = 0;
|
||||
emptyResults.total_processing_time_ms = 0;
|
||||
|
Reference in New Issue
Block a user