![]() |
2010-03-03
, 12:05
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#2
|
![]() |
2010-03-04
, 07:19
|
Posts: 51 |
Thanked: 15 times |
Joined on Apr 2009
@ ChengDu, SiChuan, P.R.C
|
#3
|
The Following User Says Thank You to funpig For This Useful Post: | ||
![]() |
2010-03-05
, 10:10
|
Posts: 61 |
Thanked: 77 times |
Joined on Dec 2009
@ Lancaster
|
#4
|
Maybe you should search qtcartoonizer in https://garage.maemo.org/ and look at camera.cpp that's good example for how use camera with QT in Maemo.
BTW, i already posted same in your post http://talk.maemo.org/showthread.php...d=1#post555080
![]() |
2010-03-05
, 10:55
|
Posts: 61 |
Thanked: 77 times |
Joined on Dec 2009
@ Lancaster
|
#5
|
![]() |
2010-03-05
, 10:58
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#6
|
![]() |
2010-03-13
, 05:04
|
Posts: 143 |
Thanked: 99 times |
Joined on Jun 2009
@ Houston
|
#7
|
I checked qtcartonizer. The example is exactly what I am looking for
![]() |
2010-03-13
, 06:06
|
Posts: 143 |
Thanked: 99 times |
Joined on Jun 2009
@ Houston
|
#8
|
yeah, I thought that I could understand how to use the camera using this example but clearly I'm missing something.
So, i create my QCamera object and gstream initializes ok. Then I create a videoLabel object (like they do) but i can't make it play any video. everytime I call camera->play() nothing happens. cerr returns "camera emit video not ready". I'm really missing something here...
can someone help? please?
![]() |
2010-03-13
, 10:28
|
Posts: 61 |
Thanked: 77 times |
Joined on Dec 2009
@ Lancaster
|
#9
|
![]() |
2010-03-13
, 12:52
|
Posts: 61 |
Thanked: 77 times |
Joined on Dec 2009
@ Lancaster
|
#10
|
I tried to add a QPixmap to the QWidget, but, as I expected, the xoverlay (video stream) covered the QPixmap object, so you could not see the drawing bellow.
I found suggestions to use qt4-x11 library. Checked it out and it looks quit complicated.
Any other suggestions on how to overlay a QWidget over the xoverlay?
Klen