View Single Post
  #1  
Old 06-28-2010, 01:33 PM
Mike@vrs Mike@vrs is offline
Member
 
Join Date: Jun 2010
Posts: 7
Tutorial Example - inverted video

Hi

I am following through the example "Getting Your Feet Wet"
and notice that on the screen the video I have selected
is inverted and appears to be a mirror image of what it should be.


#Play a movie on the screen
def playMovie():

mymovie = viz.add('rockpool2.wmv')
mymovie.loop(viz.ON)
mymovie.play()

screen.texture(mymovie)

vizact.onkeydown('m', playMovie)

[question] Can this be adjusted to play correctly.

Thanks
Reply With Quote