Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i'm working on camera application for 10sec captureimage stored for one folder. How to transfer to server.
Posted
Updated 14-May-11 0:00am
v2
Comments
ridoy 4-Jan-16 4:03am    
Not a well compiled question.

See this[^] example.

/ravi
 
Share this answer
 
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/[^]
 
Share this answer
 
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[^]
 
Share this answer
 
When you say server what do you mean, windows, linux, OpenVMS ?

It also depends on what the server is running, if FTP is enabled that would be one choice. Perhaps Apache is running so you could use PHP or Perl and upload the file. I'm going to recommend bluetooth file transfer

Without knowing what the server is and has any/all recommendation are a waste of time.

/Darren
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900