I developed an android app which displays info on a large screen continuously, and staff members are in another room, we want to get screenshots remotely. The device and PC are connected via WIFI, so what tools are available to implement this feature? or should I programming from scratch?
Asked
Active
Viewed 147 times
1
-
Unclear what that feature would be. – greenapps Aug 21 '18 at 07:04
-
@greenapps When press "screen capture" button on a PC application, we could view the current large screen's image. – navylover Aug 21 '18 at 07:08
-
How is the Android device connected to the large screen? Strange you give so little info. – greenapps Aug 21 '18 at 07:09
-
HDMI data line. android device is an android TV box. – navylover Aug 21 '18 at 07:12
-
@greenapps I tried teamviewer, which is a remote software, but the operation of screen capture cannot be automatically done. – navylover Aug 21 '18 at 07:14
-
Are you able to get a screenshot on the Android device itself with code? – greenapps Aug 21 '18 at 07:17
-
Yes, guided by https://stackoverflow.com/questions/2661536/how-to-programmatically-take-a-screenshot – navylover Aug 21 '18 at 07:21
-
how to respond PC command and send the stored image is difficult for me :( – navylover Aug 21 '18 at 07:22
-
Those solutions take screenshots of just the app. Not of the whole sceen. Is this what you want? Have you tried those solutions? – greenapps Aug 21 '18 at 07:23
-
Yes, only app's screen is needed. – navylover Aug 21 '18 at 07:25
-
Why waiting for a command? The app could continuouisly take a screenshot and transfer that to the pc. – greenapps Aug 21 '18 at 07:27
-
your suggestion make things easier, thanks, so the problem is how to transfer file to pc? – navylover Aug 21 '18 at 07:29
-
There are so many examples where an Android client app sends a file to a java server on pc. Or to a socket server on pc or to a webserver on pc. You did not give info what kind of pc application you had in mind. – greenapps Aug 21 '18 at 07:33
-
Ok, I already have an idea and I will try it, Thank you for your patience! – navylover Aug 21 '18 at 07:39