Hi people, i am new here, nice to meet you all.

i have came across a small problem with openCV outputting images upside down from my webcamera,
i'm basically just following tutorials from the O'reilly book,

when i use the following function,

Qt Code:
  1. cvSmooth(source,out, smoothType, param1, param2);
  2.  
  3. cvShowImage("mywindow", out);
To copy to clipboard, switch view to plain text mode 

the image gets reversed upside down, but not left-to-right

i am using Qt 4,
and openCV version 1.0

and it seems like this problem also occurs on other functions..
since the application by windel also appeared upside down for me
http://www.qt-apps.org/content/show....?content=89995

please help thanks !!