0

I am a highschool student working on a quadcopter project. I am using an android phone instead of a traditional microcontroller because of the phone's speed and other features. The main point of using android phone is for video transmission. I have knowledge in a wide range of programming languages but not so much with networking. How do I transmit video data from the camera of one phone to another over the network?

If you can direct me on what classes or functions I need to look up on specifically it would also be a great help. Since I am not that proficient in networking terms and ways it would be helpful, if you would assume that I have minimal knowledge on data transferring over network but I have been using java for years.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
AbiDaG
  • 11
  • 1

1 Answers1

0

Some working example here:

http://code.google.com/p/spydroid-ipcamera/

An then, create a RSTP Client:

http://developer.android.com/guide/appendix/media-formats.html

The following network protocols are supported for audio and video playback:

RTSP (RTP, SDP)

Waza_Be
  • 39,407
  • 49
  • 186
  • 260
  • one more question - is it better to sample jpeg images or smaller chunks of videos..considering the application.... – AbiDaG Aug 26 '12 at 21:50
  • If you don't want to accept the first answer, I will be less likely to answer the second one ;-) – Waza_Be Aug 27 '12 at 16:59
  • i am new here sry ab that .. i didnt know i had to do that thanks for u responses – AbiDaG Aug 29 '12 at 09:22