Thanks for your response. I have found a workaround by treating the
image as a PIL first and then converting it to an IPL image that
Opencv can use in cvShowImage. Which is essentially the same as what
happens in the pyvision code, I believe.
Regards.
On Nov 3, 7:26 pm, David Bolme <
dbo...@gmail.com> wrote:
> I am not sure if the issue is with the webcam or high gui. Webcam import is done through opencv so if there may be a format or driver problem with the webcam. If that is the issue please send me a bug report including info on your operating system, camera model, and drivers so that I can keep track of these issues. I am afraid there is not much I can do to help you debug that problem. You may check the OpenCV website or other forums to see if your configuration is supported or if other people are having similar problems.
>
> As for the display, Steve O'Hara has made some recent modifications to Image.show to display images using opencv highgui. You can get these modifications from subversion. It works very well and can display animations as they are computed. You might take a look at his code in this file. It works fine on Mac and Linux. It looks like cv.NamedWindow("myName") and cv.WaitKey(1) are important.
>
>
https://pyvision.svn.sourceforge.net/svnroot/pyvision/trunk/src/pyvis...