Class
Accessible
Camera.Timing.PixelClock.GetRange
Syntax
uEye.TimingPixelClock.GetRange(out uEye.Types.Range<int> range)
uEye.TimingPixelClock.GetRange(out int s32Min, out int s32Max, out int s32Inc)
Description
Returns the range for the pixel clock. The pixel clock limit values can vary, depending on the camera model and operating mode. For detailed information on the pixel clock range of a specific camera model, please refer to the uEye manual.
If GetRange() returns the increment value 0, the camera has only discrete pixel clocks. The discrete pixel clocks can be queried with GetNumber() and GetList().
Parameter
range |
Minimum: Returns the minimum value. |
Maximum: Returns the maximum value. |
|
Increment: Returns the increment. |
|
s32Min |
Returns the minimum value. |
s32Max |
Returns the maximum value. |
s32Inc |
Returns the increment. |