Class
uEye.DeviceFeatureJpegCompression
Accessible
Camera.Device.Feature.JpegCompression.GetRange
Syntax
uEye.DeviceFeatureJpegCompression.GetRange(out uEye.Types.Range<uint> range)
uEye.DeviceFeatureJpegCompression.GetRange(out uint min, out uint max, out uint inc)
Description
Returns the range for the compression in the JPEG mode (1…9). The higher the value, the more the image data is compressed.
Parameter
range |
Minimum: returns the minimum value |
Maximum: returns the maximum value |
|
Increment: returns the increment |
|
min |
Returns the minimum value. |
max |
Returns the maximum value. |
inc |
Returns the increment. |