Hi Edward,
I also suspect that the QT version is the root cause for my problem. I have installed the latest but maybe not greatest:
QT 5.4.1 with MinGW 4.9.1 32bit and QT Creator 3.2.2
I have inspected the freezing PixyMon with Mark Russinovich’s Process Explorer. The QT dlls loaded all seem to be the correct ones. It looks like that it freezes as soon as it tries to render Pixy’s video frames. The first one is shown and then PixyMon hangs keeping one of my virtual CPUs 100% busy. Its not the missing libUsb. Copying it to the build dir was my very first fix attempt. Many thanks for your hint! BTW, if you start PixyMon from the Explorer you get a nice exception pop up telling you that libUSB is missing. Here the QT IDE doesn’t give any useful advice.
Maybe the problem is caused by my laptop’s HW setup. Dell has equipped it with a crackpot combination of Intel’s HD graphics and an AMD GPU I hardly ever use as it turns the computer into a noisy heating device. But its known for causing problems. Dells Intel HD drivers are quite old and if I install the latest Windows recommended version things get messed up: Closing panel => 100% load standby and freeze.
Which version of MinGW are you using in combination with your QT 5.2? I would like to try out the same combination.
I haven’t tried yet the debugger yet. Still coding, … and I am just delightet in using the QT IDE, it doesn’t only look much better than the Keil stuff. I’m sure that I will discard my think/printf debugging approach and will use gdb within the IDE as soon as I start testing.
cheers,
Helmut