is there a waitkey table?
I'd like to give waitkey commands for any given letter. Imagined there would be a table with (letter == N ) on the waitkey API, but I did not see it. what are the numbers for a,s,d,w respectively? Or is there something that says what each key is someplace?
not sure what I mean? Heres the keypress codes for SDL. https://wiki.libsdl.org/SDL_Keycode Im looking for something like that, buy for the OpenCV waitkey codes
Im looking for C++, but python would be good too, if they are not the same.
I'm not sure to understand.
It's only ASCII code. For key function I think value return is always 0 if use char type with int you have a key code may be platform sensitive.. F1 7340032 for windows10 left arrow 2424832