简体   繁体   English

将图片/视频发布到Google Glass上的php服务器

[英]post picture/video to a php server on google glass

有什么方法可以将我拍摄的照片(通过“拍照”语音命令)/谷歌眼镜的视频(通过“录制视频”命令)上传到php服务器?

The common paradigm for photos that are taken with "take a picture" and "record a video" is to then let the user share them to a contact. 用“拍照”和“录制视频”拍摄的照片的常见范例是让用户将其共享给联系人。 That contact can be created and managed by a PHP server and can be on the receiving end of the media item being sent. 该联系人可以由PHP服务器创建和管理,并且可以位于正在发送的媒体项目的接收端。 This wouldn't involve any Java/Android code at all on your end. 这完全不会涉及任何Java / Android代码。

Take a look at information about the Mirror API . 查看有关Mirror API的信息 In particular, you will want to setup a Contact and subscribe to responses for the same. 特别是,您将需要设置一个“ 联系人”并订阅该联系人的响应。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM