Please enable JavaScript to view this site.

IDS Software Suite - obsolete functions 4.97

Windows_Logo
Linux_Logo

USB 2.0

GigE

USB 2.0

GigE

Syntax

INT is_GetExposureRange (HIDS hCam, double* min,double* max, double* intervall)

Description

hint_info

This function is obsolete and should not be used anymore. We recommend to use the is_Exposure() function instead.

Using is_GetExposureRange(), you can query the exposure values (in milliseconds) available for the currently selected timing (pixel clock, frame rate). The available time values are comprised between min and max and can be set in increments defined by the intervall parameter.

hint_info

The increments for setting the exposure time (intervall) depend on the sensor's current timing settings (pixel clock, frame rate). The smallest increment always corresponds to the duration of one pixel row, which is the time it takes the sensor to read out one pixel row.

Input parameters

hCam

Camera handle

min

Returns the minimum available exposure time.

max

Returns the maximum available exposure time.

intervall

Returns the increment you can use to change the image exposure time.

Return values

IS_SUCCESS

Function executed successfully

IS_NO_SUCCESS

General error message

Related functions

is_SetExposureTime()

is_PixelClock()

is_GetFrameTimeRange()

is_GetFramesPerSecond()

is_SetFrameRate()