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.
import VideoVision
video = VideoVision.add()
video.mirror()
video.invert()
video.swapeyes()
.
.
.
#Reset eye back to default values
video.reseteyes()