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

<VideoVision>.reseteyes

Reset the eyes to their default settings

<VideoVision>.reseteyes()  

Remarks

This action will reset the settings for each eye. It will apply the left camera to the left eye and the right camera to the right eye. It will also undo in previous invert or mirror actions.

Return Value

None

Example

import VideoVision
video = VideoVision.add()

video.mirror()
video.invert()
video.swapeyes()
.
.
.
#Reset eye back to default values
video.reseteyes()

See also

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