Xibo touchscreen & multitouch? Yes, of course! ;)

hi, I leave a small number of demos html5 video with a frame multitouch.

They work perfectly in the latest version of Xibo

We are currently trying to integrate Xibo with arduino yun by get-post petitions.

we will continue testing and reporting;)

8 Likes

Very nice. Are those all effectively webpage media types containing your code or something else?

I used are several demos to see how that part works touch.


http://www.gannon.tv/envato/edgecarousel_demo/
http://www.idangero.us/swiper/demos/18-effect-coverflow.html
http://scripty2.com/demos/touch/touchspector/
http://scripty2.com/demos/touch/photofun/
http://scripty2.com/demos/touch/testbed/
http://gannon.tv/envato/edgeparallax_demo/

We are currently developing a webapp with node.js to interact with the screen remotely with mobile. I will keep you informed :wink:

Hi,
We have tested more demos, to interact with screens from mobile terminals.

By the time we tried to use the mobile terminal as a gamepad socket.io html5 game, with good results.

We leave you a video demo of interesting things that can be done with these technologies :wink:

Use:
Node.js
Socket.io
Framework multi (https://github.com/cemrich/multi)

5 Likes

Sorry, vimeo video seems to have problems, now works ok :wink:

Blimey - that is very impressive indeed!

I suppose that is all done using an embedded webpage and some clever syncing between them?

Exactly. a server in python that gives the web, generates and synchronizes qr by websockets. The important thing is to confirm that we have with Xibo interactive options because it opens a new world of possibilities … and the truth is that CEF works fine :wink:

That is amazing!

Are you planning to do some tutorial to show how you achieved all of this :smile:?

I suppose your webpages stick around for along time (you have set them to have a long duration)? Most of the problems with CEF come from removing the window and adding it back again.

Where does nodejs fit in?