<VideoVision>.mirror

Flips the eyes along the vertical axis

 

<VideoVision>.mirror(
    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 rightside left
video.mirror()

See also

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