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.
            Asked
            
        
        
            Active
            
        
            Viewed 1,237 times
        
    0
            
            
        
        user3567195
        
- 441
 - 1
 - 5
 - 22
 
1 Answers
1
            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
        JakSok
        
- 124
 - 4
 
- 
                    The approach is correct and thanks for that. But I am facing issues while adding the overlay. The aspect ratio is getting skewed, audio is not getting recorded. – user3567195 Jun 07 '18 at 04:57