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.

qt project - display

Guru 20755 points

Hello,

I have some strange issue with qt, I hope you can give me some hints.

When I execute the binary after running the following sequence I don't see the graphic output:

./init

./load

./qtdemo -qws

But when I run the video usecase in the following sequence it works

./init

./load

./dvr_rdk_demo_mcfw_api.out & <<-- start running video usecase here

./qtdemo -qws    <-- now I see qt graphics

Thanks for any idea,

Ran