I'm researching Davinci and am wondering how to implement text overlay and time searching on the video data stream. Are there any examples in the development kit regarding either of these items?
Thanks,
Willem
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm researching Davinci and am wondering how to implement text overlay and time searching on the video data stream. Are there any examples in the development kit regarding either of these items?
Thanks,
Willem
There are many Linux widget libraries for implementing text overlay; we use one called simplewidget for our demos. The source code is included under the demos folder; however, there are fancier ones out there.
With regards to time stamps, this information is normally carried in the transport stream; our demos normally deal with elementary streams. Therefore, this is something you will need to implement is software.
Although this is more generic to putting up most anything on the OSD, the application note Juan put together a while back below may be of some help, as it illustrates putting up a simple arbitrary OSD, of course for drawing dynamic text you would want to use the widget libraries mentioned by Juan.