mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 02:42:47 +08:00
Sleep for 1ms, rather than 1 second
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
|
||||
sleep_ms(1000);
|
||||
sleep_ms(1);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user