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.

DM8148, DM8127: DVR-RDK and QT

Hello TI' teams,
I see that dvr-rdk application created and supplied by udworks used QT-lite library for create dvr desktop with dvr menus, tool-bar, status-bar, icons, buttons, dialogs, etc... I guess to use QT in my project for create camera GUI application. But my project must be run on two processors: DM8148 and DM8127. Please let me know for display graphics primitives such buttons, dialogs, icons, etc..., QT framework uses graphics buffer that exist in both processors or uses SGX530 Graphics Subsytem exist only on DM8148 processor?
In other words, QT application may be successfully run only on DM8148 or may succesfully run on DM8127 too?
3D and 2D acceleration isn't relevant for me.
Thanks a lot.

  • Marat,

    From what I have found, you can use QT without SGX HW:

    http://processors.wiki.ti.com/index.php/Using_Qt_4.7

    4. Refer to this page if SGX support is not required

    http://processors.wiki.ti.com/index.php/Building_Qt

    See also if the below pointers will be in help:

    http://processors.wiki.ti.com/index.php/Qt_Keyboard_Template

    http://processors.wiki.ti.com/index.php/Matrix_Users_Guide

    http://processors.wiki.ti.com/index.php/DM814x_EZ_5.03_Software_Developers_Guide#Running_the_Qt.2FEmbedded_examples

    http://processors.wiki.ti.com/index.php/DM814x_EZ_5.03_Software_Developers_Guide#Creating_a_Qt.2FEmbedded_application

    BR
    Pavel