I want to capture video without showing a preview. The android docs here say this is possible, but don't explain how:
http://developer.android.com/guide/topics/media/camera.html#capture-video
Note: It is possible to use MediaRecorder without creating a camera preview first and skip the first few steps of this process. However, since users typically prefer to see a preview before starting a recording, that process is not discussed here.
what are the "first few steps" to skip?
Thank you