0

Is there a way to capture the screen image without screen capture spamming?

I'm trying to get the image from my screen similar way to something like LogMeIn does or Join.Me in Java. But I can't seem to find an efficient way of doing it other than just spamming screen captures. The end goal is to be able to send these images over a TCP connection. Any help is much appreciated.

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
brad95411
  • 141
  • 1
  • 1
  • 12

1 Answers1

1

like LogMeIn does or Join.Me in Java

Don't know what those applications do. Maybe Screen Image will do what you want. You can get an image of the desktop or any component in your Java application.

camickr
  • 321,443
  • 19
  • 166
  • 288
  • This is definitely something I'll try, it's at least cleaner than what I was originally planning on doing. Thanks much. – brad95411 Jun 20 '13 at 04:10