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

<VideoVision>.hue

Set the hue of the cameras

<VideoVision>.hue(  
value  
camera = viz.BOTH_EYE  
)  
value
A number between 0 and 1
camera = 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()

#Set the hue to an average value
video.hue(0.5)

See also

<VideoVision>.gain
<VideoVision>.brightness
<VideoVision>.contrast
<VideoVision>.saturation
<VideoVision>.automaticgain