Keyboard input detection
Hello there,
I am new to OpenCV and would like to know whether it can be used to detect keyboard inputs entered by the user.
I am planning to write a software that will be platform independent and this software should be able to get all User inputs on the hardware/software keyboard.
Is this possible using OpenCV?
Thanks!