ICImagingControl.BacklightCompensation Property |
||
Returns or sets the backlight compensation value of the current video source. | ||
Syntax: |
Public BacklightCompensation As Long |
|
Sample: |
This example initializes a slider control with the selected video device's minimum, maximum and current backlight compensation settings. When the slider is moved, the video device's backlight compensation value is updated accordingly: Private Sub Form_Load() Dim Range As Variant Range = ICImagingControl1.BacklightCompensationRange Slider1.Min = Range(0) Slider1.Max = Range(1) Slider1.Value = ICImagingControl1.BacklightCompensation End Sub Private Sub Slider1_Scroll() ICImagingControl1.BacklightCompensation = Slider1.Value End Sub |
|
See also: | ICImagingControl, ICImagingControl.BacklightCompensationAvailable, ICImagingControl.BacklightCompensationRange, ICImagingControl.BacklightCompensationAutoAvailable, ICImagingControl.BacklightCompensationAuto, ICImagingControl.BacklightCompensationDefault |
⋯
⋯ ⋯
Established in 1990, The Imaging Source is one of the leading manufacturers of industrial cameras, frame grabbers and video converters for production automation, quality assurance, logistics, medicine, science and security.
Our comprehensive range of cameras with USB 3.1, USB 3.0, USB 2.0, GigE interfaces and other innovative machine vision products are renowned for their high quality and ability to meet the performance requirements of demanding applications.