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

<VideoVision>.lefteye

Set the camera for the left eye

<VideoVision>.lefteye(  
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 left eye receive input from the right camera
video.lefteye(viz.RIGHT_EYE)

See also

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