0

My rails mobile application needs to capture the video from android and upload on the app.How to proceed this feature.Please help on this

Thillai Narayanan
  • 4,766
  • 5
  • 32
  • 39

1 Answers1

2

Learn about camera code from this link http://developer.android.com/guide/topics/media/camera.html This has the source code for cam corder example http://itp.nyu.edu/~sve204/mobilemedia_spring10/Camcorder.zip and you can upload a video file using php Code to upload Video from Android to PHP http://www.rubyinside.com/ruby-video-library-1259.html

Community
  • 1
  • 1
Thiru VT
  • 831
  • 2
  • 8
  • 24