Hi, Actually this now explained pretty well in the updated android docs - http://developer.android.com/guide/topics/media/camera.html
Regards On Nov 10, 6:50 pm, artsylar <[email protected]> wrote: > Hi, > > I am just studying how to use MediaRecorder and Camera. > I am just wondering if there is a need to call MediaRecorder::setCamera() > again after MediaRecorder::reset()? > > For example (for testing purposes only) : > 1. create (open) camera object for FRONT CAMERA > 2. call MediaRecorder::setCamera() using the camera object created at no. 1 > 3. perform other operations which caused error in MediaRecorder > 4. call MediaRecorder::reset() to return it to initialized state > > Any feedback will be greatly appreciated. > > Thanks, > artsylay -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

