Schaffenburg / photobooth

Schaffenburg's Linux Photobooth Software for DSLRs
https://wiki.schaffenburg.org/Projekt:Photobooth
18 stars 2 forks source link

add Webserver #14

Open jo-ei opened 6 years ago

jo-ei commented 6 years ago

Hi, can you add a little webserver to control all function without touchscreen?

My Monitor has no touchscreen function, but i like to add an esp8266 in a little remote box with some buttons to control the photobooth

Thanks

fraxinas commented 6 years ago

for testing purposes we had some very simple attempt doing this with remote-control input device emulation. @byteturtle knows something about it. doing it properly with a real webserver api will require a little more work which i'm currently unable to put in. but i definitely like the idea and hope somebody is able to implement this. until then, maybe the simple mouse cursor remote control might help you.

byteturtle commented 6 years ago

I think i've done this using xdotool, since the on-screen elements are big they are not that hard to aim for, even when guessing the coordinates. You could combine the xdotool commands with a webserver to get the effect you wanted.