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:
- audio and video should be in perfect sync (i.e - the first image should be captured very close to the first audio sample)
- frame rate: 30fps
- resolution: more or less the device screen
- start and stop immediately on button click
- audio will be written on the fly to short[]
- "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