androidandroid-cameraandroid-video-record

Display textview while recording video in Android


I am trying to create a simple android app for recording video. I am able to get it working. But the video recording is coming in full screen. I want to add a textbox/ textview in the bottom section to show some text while the recording is in progress. Can somebody guide me on this.enter image description here


Solution

  • Check this thread:

    Overlay images onto Camera preview SurfaceView

    Here is sample code:

    http://android-er.blogspot.in/2010/12/add-overlay-on-camera-preview.html