直播谷歌探戈的数据

时间:2015-06-22 16:51:11

标签: google-project-tango

我正在使用Google Tango从平板电脑中提取数据,并在另一台设备上同时使用它。我正在尝试记录数据,并通过直播将其与另一台笔记本电脑一起使用。

我查看了有关它的各种主题,并找到了Paraview主题。然而,应用程序记录数据,保存为ZIP文件并通过蓝牙发送(这对我来说很好)。我不想将文件保存为ZIP格式并将其发送到其他设备。我想通过直播(蓝牙或Wi-Fi)录制和使用数据。

这可能吗?我该怎么做? Paraview分享了源代码,所以我想我可以改变它让它对我有用。但是我并不习惯编程。

非常感谢你的帮助。我真的很感激。

2 个答案:

答案 0 :(得分:1)

You might want to use sockets: setting a socket server on your computer and connecting to it via your tablet. It is a way to transfer information via what is called, for example, a TCP protocol.

However, there might be a more efficient way to do what you want to achieve with USB debugging. I did not got able to make USB debugging work yet on the tablet and computer I worked with.

答案 1 :(得分:0)

您可以使用TangoAnywhere,我开发它,以便您可以将Google Tango位置和方向数据广播到任何设备。 https://play.google.com/store/apps/details?id=de.grauonline.tangoanywhere

使用PC / Mac上的TCP客户端(简单的TCP客户端编写的Python或其他东西)连接到Tango设备的8080端口,并实时获取位置数据。