Invert video

I need to flip the video coming from my webcam upside down 180 degrees, since the camera is mounted upside down. What is the correct method for doing this? thanks.

connect filestream -> videotexture -> quad -> renderer (ex9)
then connect a transform (2d) to the quad.
to rotate set rotation=0.5
set y scaling to some negative value if you really want to “flip” the image.

I need to flip the video coming from my webcam upside down 180 degrees, since the camera is mounted upside down. What is the correct method for doing this? thanks.

it worked great, thanks