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