mardi 27 janvier 2015

Android: Capture video to Bitmap[] and audio to short[] in 30fps

I'm quite new to Android development. I'm looking for the best way to capture video and audio and to apply the following terms:



  1. audio and video should be in perfect sync (i.e - the first image should be captured very close to the first audio sample)

  2. frame rate: 30fps

  3. resolution: more or less the device screen

  4. start and stop immediately on button click

  5. audio will be written on the fly to short[]

  6. "video" will be stored as separated images in an array


How can I implement this using Java?


Thanks very much!


Aucun commentaire:

Enregistrer un commentaire