Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Webserver #14

Open
jo-ei opened this issue Feb 17, 2018 · 2 comments
Open

add Webserver #14

jo-ei opened this issue Feb 17, 2018 · 2 comments

Comments

@jo-ei
Copy link
Contributor

jo-ei commented Feb 17, 2018

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

  • Start Countdown (Response time from countdown)
  • increase pic
  • decrease pic
  • OK
  • abort

Thanks

@fraxinas
Copy link
Member

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants