Android相机应用程序 [英] Android camera application

查看:69
本文介绍了Android相机应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为相机应用程序工作,为一个文件夹存储10秒的captureimage。如何转移到服务器。

Hi i'm working on camera application for 10sec captureimage stored for one folder. How to transfer to server.

推荐答案

参见 this [ ^ ]示例。



/ ravi
See this[^] example.

/ravi


如果您指的是文件传输,您可以使用标准协议,如FTP或HTTP,具体取决于这些服务器的可用性,或者您可以通过它发送TCP / IP使用套接字,只要您使用套接字再次自己创建服务器应用程序。



如果您想按照标准发送流媒体视频,则需要实现SIP / RTP / RTCP协议或使用下面的现成协议。



http://code.google.com/p/csipsimple/ [ ^ ]

http:// www.linphone.org/ [ ^ ]
If you mean file transfer, you can use standard protocols such as FTP or HTTP depending on the availability of these servers or you can send it over TCP/IP using socket as long as you create the server application yourself again using socket.

If you would like to send streaming video by following the standards, you will need to implement SIP/RTP/RTCP protocols or use ready made ones like below.

http://code.google.com/p/csipsimple/[^]
http://www.linphone.org/[^]


在提出问题之前,您是否已在谷歌 [ ^ ]?



这里有一些快速教程:

Android上传摄像头图像,带有进度条的视频到服务器 [ ^ ]

从Android相机拍摄照片并将其上传到服务器|代码池 [ ^ ]
Before asking the question do you have done some basic search in Google[^]?

Here some quick tutorials:
Android Uploading Camera Image, Video to Server with Progress Bar[^]
Take a Photo from Android Camera and Upload it to Server | Code Pool[^]


这篇关于Android相机应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆