Vizard 8 » Command Index » Vizard modules » VideoVision » <VideoVision>.invert
8.1

<VideoVision>.invert

Flips the eyes along the horizontal axis

<VideoVision>.invert(  
eye = viz.BOTH_EYE  
)  
eye = viz.BOTH_EYE
Can be one of the following values:

Camera values

viz.BOTH_EYE

Apply the setting to both cameras

viz.LEFT_EYE

Apply the setting to the left camera

viz.RIGHT_EYE

Apply the setting to the right camera

Remarks

Return Value

None

Example

import VideoVision
video = VideoVision.add()

#Flip the eyes upside down
video.invert()

See also

<VideoVision>.mirror
<VideoVision>.lefteye
<VideoVision>.righteye
<VideoVision>.swapeyes
<VideoVision>.reseteyes