Class
Accessible
Camera.Timing.Framerate.GetFrameRateRange
Syntax
uEye.TimingFramerate.GetFrameRateRange(out uEye.Types.Range<double> range)
uEye.TimingFramerate.GetFrameRateRange(out double f64MinFramerate, out double f64MaxFramerate, out double f64IncFramerate)
Description
Returns the minimum and maximum frame rate and the increment.
Parameter
range |
Minimum: Returns the minimum value. |
Maximum: Returns the maximum value. |
|
Increment: Returns the increment. |
|
f64MinFramerate |
Returns the minimum frame rate. |
f64MaxFramerate |
Returns the maximum frame rate. |
f64IncFramerate |
Returns the increment. |