Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_CopyImageMemLines |
uEye Camera Manual Version 3.80
is_CopyImageMemLines
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_CopyImageMemLines (HIDS hCam, char* pcSource,
INT nID, INT nLines, char* pcDest)
Description
is_CopyImageMemLines() copies the contents of the image memory described by pcSource and nID to the memory area to whose starting address pcDest points. The function only copies the number of lines indicated by nLines.
|
Input Parameters
hCam |
Camera handle |
pcSource |
Pointer to the image memory |
nID |
ID of this image memory |
nLines |
Number of lines to be copied |
pcDest |
Pointer to the destination memory to copy the image to |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions