Home > C: Programming > Obsolete Functions > | History back Previous chapter Next chapter Print |
is_StealVideo |
uEye Camera Manual Version 3.80
is_StealVideo
USB 2.0 GigE |
- |
Syntax
INT is_StealVideo (HIDS hCam, INT Wait)
Description
|
Using is_StealVideo(), you can initiate the extraction of an image from the DirectDraw image data stream. The extracted image is written to the active image memory. The data includes the color format set with the is_SetColorMode() function.
You can use the is_PrepareStealVideo() function to specify to remove the image from the DirectDraw data stream or to copy it. If you set the copy option, the image will both be displayed using DirectDraw and copied to the currently active image memory.
See also the Events in Live Mode figure in the Event Handling section.
|
Input Parameters
hCam |
Camera handle |
Wait |
|
IS_WAIT |
The function waits until the image save is complete. |
IS_DONT_WAIT |
The function returns immediately. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions