mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 04:30:51 +08:00
Using usleep rather than waitkey
This commit is contained in:
@@ -146,7 +146,9 @@ AlprFullDetails AlprImpl::recognizeFullDetails(cv::Mat img)
|
||||
|
||||
|
||||
displayImage(config, "Main Image", img);
|
||||
cv::waitKey(1);
|
||||
|
||||
// Sleep 1ms
|
||||
usleep(1000);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user