I'm creating a video recording app that record video via camera and show some overlay data info (such as current location, weather,... in other word, we can call these as watermark) at the same time.
Currently, i create an overlay layout on top of camera view to display the data info then everything look OK.
But, now is the main part, i want to capture all what we can see on screen (what we can record with camera + all overlay data) to a video. I did try some solutions from tutorials/guide by google such as record screen... but still not success.
Below are some more related questions can be found on Stack Overflow but didn't help me much:
So, did you try to achieve this before? Or anyone can give some hint on how to do it?