I want to send framebuffer to http server.
I want to implement Remote Display of TouchGFX screen through web server. Is this possible like VNC? How can I implement if possible?
I want to implement Remote Display of TouchGFX screen through web server. Is this possible like VNC? How can I implement if possible?
You'd have to build your own interface for this - There's no such thing. I imagine this would be quite complex. You could translate the framebuffer into an image and send somwhere to be translated into a web page which should be reactive? Then you need to implement a complete TouchGFX interface for a web browser. Or, if it does not need to be reactive you could simply send the coordinates back through ethernet which would be easy to translate into a touchgfx click event.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.