We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't press space to pause the frame. Nor can I stop close the window with ESC.
The text was updated successfully, but these errors were encountered:
You probably are using a different OS or keyboard setup that's not giving the correct key for space.
vivaTracker/vivalib/utils.cpp
Line 39 in baf0a99
Check documentation for opencv's waitKey
waitKey
Sorry, something went wrong.
Thanks for your advices. I ran VM for Ubuntu 16.04, and I modified line 207 in viva.cpp: key = waitKey(1) & 0xff;
key = waitKey(1) & 0xff;
The Keyboard function worked.
No branches or pull requests
I can't press space to pause the frame.
Nor can I stop close the window with ESC.
The text was updated successfully, but these errors were encountered: