Is it possible to read unicode value using cv::waitkey(0)

218 Views Asked by At

I am trying to read the unicode value of a pressed Arabic key using the waitkey() function on a Mac keyboard, this function only reads the ASCII code of the keys in C++.

Is there like any trick that maps that key value ?

1

There are 1 best solutions below

0
On

This thread can help you to print key values. You can test the one that you want and use it inside waitKey.