I have some code on the following link to record the video How can I capture a video recording on Android?
it works fine but I want to start preview my camera before start the recording. I have try to add the
recorder.setCamera(Camera.open());
but it doesn't work. Please suggest me what should I add for start preview before recording.
regards