I'm a camera embeded developer, and trying to develop an Android APP to capture video and provide preview at the same time. Now I want the preview has date watermark on it.
As it in embeded system, there is specialized hardware module to handle the watermark osd task. But on Android, is it possible to manipulate the raw image adding watermark? And how long it will cost?
Will ffmpeg or gstreamer be helpful?