android / media-samples

Multiple samples showing the best practices in media APIs on Android (audio, video, etc.).
Apache License 2.0
1.28k stars 741 forks source link

How to show video recording preview? #27

Open akashmi opened 5 years ago

akashmi commented 5 years ago

Here we can see a camera preview after start recording. I want to show a camera preview before start recording.

By default, camera preview should be visible and recording should be started when press start button.

Is it possible?