Hello
As part of image processing project I wrote a Python program on the rpi2 that opens any usb cam connected to the pi in a window and another GUI in a new window that controls the image and makea some other manipulations on the image.
This video is shown on a monitor via the rpi composite output.
I want to open the GUI in my Android smartphone to control the video and change it according to the buttons pressed in the GUI. (It is very important that the video output of the pi will change and will be shown in the monitor).
I tried doing it with SSH to the pi via my smartphone but it opens a new session and not changing the video output of the pi.
Can you please suggest some new ideas to make it possible?
Thanks