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

<VideoVision>.righteye

Set the camera for the right eye

<VideoVision>.righteye(  
camera  
)  
camera
Can be one of the following values:

Camera values

viz.LEFT_EYE

The eye will receive input from the left camera

viz.RIGHT_EYE

The eye will receive input from the right camera

Remarks

Return Value

None

Example

import VideoVision
video = VideoVision.add()

#Have the right eye receive input from the left camera
video.righteye(viz.LEFT_EYE)

See also

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