Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetPixelClock |
uEye Camera Manual Version 3.80
is_SetPixelClock
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetPixelClock (HIDS hCam, INT Clock)
Description
is_SetPixelClock() sets the frequency used to read out image data from the sensor (pixel clock frequency). Due to an excessive pixel clock for USB cameras, images may get lost during the transfer. If you change the pixel clock on-the-fly, the current image capturing process will be aborted.
|
|
Input Parameters
hCam |
Camera handle |
Clock |
Pixel clock frequency to be set (in MHz) |
IS_GET_PIXEL_CLOCK |
Returns the current pixel clock |
IS_GET_DEFAULT_PIXEL_CLK |
Returns the default pixel clock |
IS_GET_PIXEL_CLOCK_INC |
Returns the pixel clock increment |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Current setting when used together with |
|
Default setting when used together with |
|
IS_INVALID_MODE |
Camera is in standby mode, function not allowed. |
IS_INVALID_PARAMETER |
The value for Clock is outside the pixel clock range supported by the camera. |
Related Functions