Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_GetPixelClockRange |
uEye Camera Manual Version 3.80
is_GetPixelClockRange
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_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions