mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 04:50:54 +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')
|
if (c == 'o')
|
||||||
{
|
{
|
||||||
cout << "prewarp = " << get_config() << endl;
|
cout << "prewarp = " << get_config() << endl;
|
||||||
|
} else if (c == 'q')
|
||||||
|
{
|
||||||
|
cout << "prewarp = " << get_config() << endl;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user