简体   繁体   English

将Android平板电脑流式传输到笔记本

[英]Streaming Android tablet display to notebook

I'm recording (external and internal) sensor data on my Android tablet. 我正在Android平板电脑上记录(外部和内部)传感器数据。 Now I would like to stream these recorded sensor data over internet to my notebook / PC and display a graph of the data there. 现在,我想将这些记录的传感器数据通过互联网流式传输到我的笔记本电脑/ PC上,并在那里显示数据图。 I have found this nice tutorial: http://simena86.github.io/blog/2013/04/30/logging-accelerometer-from-android-to-pc/ 我找到了这个不错的教程: 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). 在本教程中,数据通过套接字从Android流传输到python应用程序,而该应用程序又使用Perl脚本进行绘图(我以前从未使用过perl)。

Now I would also like to stream the tablet display as well as the front cam recording (ie video data) from the tablet to the notebook / PC. 现在,我还想将平板电脑的显示屏以及前置摄像头记录(即视频数据)从平板电脑传输到笔记本电脑/ PC。 Is there an easy way for doing this or can the above method be altered to achieve this? 有没有简单的方法可以执行此操作,或者可以更改上述方法来实现此目的?

Use a VNC server on your tablet. 在平板电脑上使用VNC服务器。 There are several out there; 那里有几个; I've used Alpha VNC. 我用过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. 然后在计算机上使用VNC查看器(例如RealVNC)连接到它,这将允许您在PC上查看平板电脑屏幕。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在平板电脑上的Android应用中显示离线HTML - Display offline html in android app with a tablet 平板电脑容器android中的片段显示问题 - Fragment display issue in tablet container android 使用 VLC 流式传输 android 显示 - Streaming android display using VLC Fire Tablet,7英寸显示屏,Wi-Fi不支持我的android应用 - Fire Tablet, 7" Display, Wi-Fi Not supporting My android app 使用Javascript为Android(Nexus 7 Tablet)获取正确的设备显示宽度 - Getting correct device display width for Android (Nexus 7 Tablet) with Javascript 如何在打开显示屏的情况下在平板电脑上不间断运行Android应用 - How to run Android app on tablet nonstop with display turned on 在HTML Flash页面中进行流传输在Motorola缩放平板电脑上可以正常工作,但在Android WebView中的Google TV上则无法工作 - Streaming in HTML Flash page works fine on Motorola zoom tablet but not works on Google TV in an Android WebView 如何在Android中显示直播(HTTP视频) - How to display live streaming (http video) in android 为 Android 平板电脑开发,带有物理平板电脑 - Developing for the Android tablet, with the physical tablet 在Eclipse中找不到Android Tablet - Android Tablet not found in Eclipse
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM