0

I'm recording (external and internal) sensor data on my Android tablet. Now I would like to stream these recorded sensor data over internet to my notebook / PC and display a graph of the data there. I have found this nice tutorial: http://simena86.github.io/blog/2013/04/30/logging-accelerometer-from-android-to-pc/

In this tutorial the data is streamed from Android over sockets to a python application which in turn uses a Perl script for plotting (I have never used perl before).

Now I would also like to stream the tablet display as well as the front cam recording (i.e. video data) from the tablet to the notebook / PC. Is there an easy way for doing this or can the above method be altered to achieve this?

machinery
  • 5,972
  • 12
  • 67
  • 118

1 Answers1

2

Use a VNC server on your tablet. There are several out there; I've used Alpha VNC. Then on the computer use a VNC viewer such as RealVNC to connect to it, and this will allow you to view the tablet screen on the PC.

Skyler
  • 909
  • 1
  • 10
  • 24