![]() |
![]() |
---|---|
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_GetPixelClockRange (HIDS hCam, INT* pnMin, INT* pnMax)
Description
This function is obsolete and should not be used anymore. We recommend to use the is_PixelClcok() function instead. |
is_GetPixelClockRange() returns the adjustable pixel clock range.
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 "Camera and sensor data" chapter in the uEye manual.
Input parameters
hCam |
Camera handle |
pnMin |
Returns the lower limit value. |
pnMax |
Returns the upper limit value. |
Return values
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
Related functions
•is_PixelClock()
•is_GetFramesPerSecond()
•is_GetFrameTimeRange()
•is_Exposure()