Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.TimingFramerate

Accessible

Camera.Timing.Framerate.GetFrameTimeRange

Syntax

uEye.TimingFramerate.GetFrameTimeRange(out uEye.Types.Range<double> range)

uEye.TimingFramerate.GetFrameTimeRange(out double f64MinFrametime, out double f64MaxFrametime, out double f64IncFrametime)

Description

Using this method, you can read out the frame rate settings which are available for the current pixel clock setting. The returned values indicate the minimum and maximum frame duration in seconds. You can set the frame duration between a minimum and maximum frame time in increments defined by the increment parameter.

The following applies:

The call of this method makes only sense in the freerun mode.

Parameter

range

Minimum: Returns the minimum value.

Maximum: Returns the maximum value.

Increment: Returns the increment.

f64MinFrametime

Returns the minimum available frame duration in seconds.

f64MaxFrametime

Returns the maximum available frame duration in seconds.

f64IncFrametime

Returns the increment.