Class
uEye.AutoFeaturesSoftwareFrameSkip
Accessible
Camera.AutoFeatures.Software.FrameSkip.GetRange
Syntax
uEye.AutoFeaturesSoftwareFrameSkip.GetRange(out uEye.Types.Range<uint> range)
uEye.AutoFeaturesSoftwareFrameSkip.GetRange(out uint min, out uint max, out uint inc)
Description
Returns the permissible range for the number of frames to be skipped.
Parameter
range |
Minimum: Returns the minimum value |
Maximum: Returns the maximum value |
|
Increment: Returns the increment |
|
min |
Returns the minimum number of frames to be skipped. |
max |
Returns the maximum number of frames to be skipped. |
inc |
Returns the increment. |