ICImagingControl.Iris Property |
||
Returns or sets the iris value of the current video source. | ||
Syntax: |
Public Iris As Long |
|
Sample: |
This example initializes a Slider control with the selected video device's minimum, maximum and current iris settings. When the slider is moved, the video device's iris value is updated accordingly: Private Sub Form_Load() Dim Range As Variant Range = ICImagingControl1.IrisRange Slider1.Min = Range(0) Slider1.Max = Range(1) Slider1.Value = ICImagingControl1.Iris End Sub Private Sub Slider1_Scroll() ICImagingControl1.Iris = Slider1.Value End Sub |
|
See also: | ICImagingControl, ICImagingControl.IrisAvailable, ICImagingControl.IrisRange, ICImagingControl.IrisAutoAvailable, ICImagingControl.IrisAuto, ICImagingControl.IrisDefault |
⋯
⋯ ⋯
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.