wow... that sounds complicated...lol
I'm trying to use my basic Pan/Tilt/Zoom app along with flash based web camera applications. Many websites use flash to stream video back and forth from user to user and I want to be able to use my application to control my camera when I'm using their steaming application. As I've said, it all works very well at this point except the keyboard bindings that don't work when my application loses focus. I guess I'll set up a socket and run the key logging application actkbd.c to send events to my application, but I wanted a cleaner, strickly Perl way of doing it all.