Hello,
In our application we will need to use a database for storing/retrieving of information related to video to be used by threads using the framework.
I would like to ask if there is already such tool/module in RDK package.
Best Regards,
Ran
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.
There is no module like this. What video information do you want to retrieve? There is an API Vsys_printDetailedStatistics() which prints statistics related to different modules on the console but does not programatically return the values for use by application.
Hi,
you could use mysql or sqlite for storing information.
Regards,
Brijesh
Thanks for the idea. Though, I think that the alternative of implementing simple database for store/retrieve information which is stored in standard types (float/integer) up to 32 bits can be suffeceint for all our required parameters. I'm not sure we need such tools as sqllite for such simple database in application.
Regards,
Ran