mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 23:22:51 +08:00
When pressing keyboard key 'q', output prewarp configuration and exit program.
This commit is contained in:
@@ -382,7 +382,10 @@ int main(int argc, char** argv) {
|
||||
if (c == 'o')
|
||||
{
|
||||
cout << "prewarp = " << get_config() << endl;
|
||||
|
||||
} else if (c == 'q')
|
||||
{
|
||||
cout << "prewarp = " << get_config() << endl;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user