Possible Duplicate:
How to open “front camera” on android platform?
The default setting of camera is back.
I have added one button.
When users click on it, it will change to front camera.
What steps should I implement?
Since the back camera is previewing, should I stop the preview first and camera = null and then change to front camera??
I feel confused about it.
Please help. Thanks.