trishume / linux-track

Automatically exported from code.google.com/p/linux-track
MIT License
0 stars 0 forks source link

Linuxtrack blocked while running with QTCreator #81

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.open ltr_gui.pro with QTCreator 5.3.2
2.change "include <QtGui/...>" with include "<QtWidget/...>" (because QT5 can't 
find libraries under QtGui)
3.push start button in interface "camera view"

What is the expected output? What do you see instead?
Normally i should see my webcam working and my video reflected on camera view 
interface but when i push the start button, the program is blocked and i can't 
anymore use the interface until i stop running it. And when i close it i find 
on the terminal of QT "Found device 0".

What version of the product are you using? On what operating system?
Im using QT creator 5.3.2 and Ubuntu 14.04 as OS.

Please provide any additional information below.

Original issue reported on code.google.com by chaaboun...@gmail.com on 24 Jan 2015 at 4:35

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,

I was trying to reproduce the problem with 14.04 stock Qt Creator(3.0.1)/Qt 
(5.2.1 I think), but I can't reproduce the problem. Can you please try that one 
too and let me know if you can still see the problem?

Also if you see the problem, please include more detailed description of how 
exactly are you setting the Qt Creator to work with Linuxtrack.

Kind regards,

Michal

PS. it is strange that you mention that you had to change some headers - I 
didn't have to touch the source at all.

Original comment by f.jo...@email.cz on 25 Jan 2015 at 7:26