Re: [pygtk] PyGTK + OpenCV

2012-03-23 Thread cristian abarzúa
Hi. A blog might be a good idea Regards. El 01/03/12 17:48, Joseph S. Alcântara escribió: Sobral - Ceará ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] PyGTK + OpenCV

2012-03-01 Thread Joseph S . Alcântara
Does anybody have a method to convert a IplImage to gtk.image, or could say me where find it, please? Regards, Joseph S. Alcântara ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ:

Re: [pygtk] PyGTK + OpenCV

2012-03-01 Thread Petr Kubánek
, February 19, 2012 9:46 AM Subject: [pygtk] PyGTK + OpenCV hi, I'm writing a application that uses pygtk and opencv. and I had

Re: [pygtk] PyGTK + OpenCV

2012-02-24 Thread Joseph S . Alcântara
Subject: [pygtk] PyGTK + OpenCV hi, I'm writing a application that uses pygtk and opencv. and I had a problem. When I run the program it shows a gui. So far so good. But, when I click in a menuitem

Re: [pygtk] PyGTK + OpenCV

2012-02-22 Thread Joseph S . Alcântara
/rpythonic-044.html -brett- From: Joseph S. Alcântara josephser...@gmail.com To: pygtk@daa.com.au Sent: Sunday, February 19, 2012 9:46 AM Subject: [pygtk] PyGTK + OpenCV hi, I'm writing a application that uses pygtk and opencv. and I had

Re: [pygtk] PyGTK + OpenCV

2012-02-22 Thread Timo
mailto:josephser...@gmail.com To: pygtk@daa.com.au mailto:pygtk@daa.com.au Sent: Sunday, February 19, 2012 9:46 AM Subject: [pygtk] PyGTK + OpenCV hi, I'm writing a application that uses pygtk and opencv. and I had

Re: [pygtk] PyGTK + OpenCV

2012-02-21 Thread John Stowers
. Alcântara josephser...@gmail.com To: pygtk@daa.com.au Sent: Sunday, February 19, 2012 9:46 AM Subject: [pygtk] PyGTK + OpenCV hi, I'm writing a application that uses pygtk and opencv. and I had a problem. When I run the program it shows a gui. So far so good. But, when  I click in a menuitem

Re: [pygtk] PyGTK + OpenCV

2012-02-21 Thread Joseph S . Alcântara
-brett- From: Joseph S. Alcântara josephser...@gmail.com To: pygtk@daa.com.au Sent: Sunday, February 19, 2012 9:46 AM Subject: [pygtk] PyGTK + OpenCV hi, I'm writing a application that uses pygtk and opencv. and I had a problem. When I run the program

Re: [pygtk] PyGTK + OpenCV

2012-02-21 Thread John Stowers
josephser...@gmail.com To: pygtk@daa.com.au Sent: Sunday, February 19, 2012 9:46 AM Subject: [pygtk] PyGTK + OpenCV hi, I'm writing a application that uses pygtk and opencv. and I had a problem. When I run the program it shows a gui. So far so good. But, when  I click in a menuitem

Re: [pygtk] PyGTK + OpenCV

2012-02-21 Thread Joseph S . Alcântara
- From: Joseph S. Alcântara josephser...@gmail.com To: pygtk@daa.com.au Sent: Sunday, February 19, 2012 9:46 AM Subject: [pygtk] PyGTK + OpenCV hi, I'm writing a application that uses pygtk and opencv. and I had a problem. When I run the program it shows a gui. So

Re: [pygtk] PyGTK + OpenCV

2012-02-21 Thread Joseph S . Alcântara
S. Alcântara josephser...@gmail.com To: pygtk@daa.com.au Sent: Sunday, February 19, 2012 9:46 AM Subject: [pygtk] PyGTK + OpenCV hi, I'm writing a application that uses pygtk and opencv. and I had a problem. When I run the program it shows a gui. So far so good. But, when I

Re: [pygtk] PyGTK + OpenCV

2012-02-20 Thread Joseph S . Alcântara
- -- *From:* Joseph S. Alcântara josephser...@gmail.com *To:* pygtk@daa.com.au *Sent:* Sunday, February 19, 2012 9:46 AM *Subject:* [pygtk] PyGTK + OpenCV hi, I'm writing a application that uses pygtk and opencv. and I had a problem. When I run the program it shows a gui

Re: [pygtk] PyGTK + OpenCV

2012-02-19 Thread Hart's Antler
@daa.com.au Sent: Sunday, February 19, 2012 9:46 AM Subject: [pygtk] PyGTK + OpenCV hi, I'm writing a application that uses pygtk and opencv. and I had a problem. When I run the program it shows a gui. So far so good. But, when  I click in a menuitem, it should call a functino that runs

[pygtk] PyGTK + OpenCV

2012-02-18 Thread Joseph S . Alcântara
hi, I'm writing a application that uses pygtk and opencv. and I had a problem. When I run the program it shows a gui. So far so good. But, when I click in a menuitem, it should call a functino that runs the famous routine to show a video from webcam. But in this moment, the app freezes. I have