OpenIPC / PixelPilot_rk

Application that decodes an RTP Video Stream and displays it on screen, for Rockchip devices.
https://openipc.org
GNU General Public License v3.0
3 stars 6 forks source link

Add keyboard kill support #15

Open JohnDGodwin opened 6 days ago

JohnDGodwin commented 6 days ago

Currently there is no way to kill the PixelPilot program outside of ssh. Please implement a way to kill the PixelPilot program via ctrl-c when a keyboard is connected.

seriyps commented 6 days ago

Not a big expert in Linux desktop programming, but I think it is not as simple as for regular shell programs

I guess to support that pixelpilot has to actually open some device in /dev/input that represents the keybard and actively listen for keystrokes there.