ICImagingControl.Gain Property

Returns or sets the gain value of the current video source.
Syntax:
Public Gain As Long
Sample:

This example initializes a Slider control with the selected video device's minimum, maximum and current gain settings. When the slider is moved, the video device's gain value is updated accordingly:

Private Sub Form_Load()
    Dim Range As Variant
    Range = ICImagingControl1.GainRange
    Slider1.Min = Range(0)
    Slider1.Max = Range(1)
    Slider1.Value = ICImagingControl1.Gain
End Sub
Private Sub Slider1_Scroll()
    ICImagingControl1.Gain = Slider1.Value
End Sub
See also: ICImagingControl, ICImagingControl.GainAvailable, ICImagingControl.GainRange, ICImagingControl.GainAutoAvailable, ICImagingControl.GainAuto, ICImagingControl.GainDefault

<< ICImagingControl

This site is part of The Imaging Source Network. Other sites include Company Portal, Image Processing, Astronomy Cameras, Astronomy Cameras Blog, Blog caméras d'astronomie, Astronomy Cameras Competition, TX Text Control, TX Text Control Blog and Forums.