JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
Go to the source code of this file.
Namespaces | |
namespace | jevois |
Main namespace for all JeVois classes and functions. | |
Functions | |
bool | jevois::isInputDevice (int fd) |
Indicate whether this fd (which should be from /dev/input/eventX) is keyboard, mouse, etc. | |
int | jevois::getConsoleFd () |
Get a file descriptor to the console. | |
int | jevois::getActiveTTY () |
Get current active tty. | |
void | jevois::muteKeyboard (int tty, int &kb_mode) |
Prevent keystrokes from reaching the tty. | |
void | jevois::unMuteKeyboard (int tty, int kb_mode) |
Restore the keyboard mode for given tty. | |