mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 21:53:01 +08:00
Replaced usleep with platform independent sleep function
This commit is contained in:
@@ -159,7 +159,7 @@ AlprFullDetails AlprImpl::recognizeFullDetails(cv::Mat img, std::vector<cv::Rect
|
||||
displayImage(config, "Main Image", img);
|
||||
|
||||
// Sleep 1ms
|
||||
usleep(1000);
|
||||
sleep_ms(1000);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user