| Home > C: Programming > Obsolete functions > | History back Previous chapter Next chapter Print |
is_GetPixelClockRange |
|
uEye Camera Manual Version 4.00
|
|
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_GetPixelClockRange (HIDS hCam, INT* pnMin, INT* pnMax)
Description
|
|
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.
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