| Home > C: Programming > Obsolete functions > | History back Previous chapter Next chapter Print |
is_PrepareStealVideo |
|
uEye Camera Manual Version 4.00
|
|
USB 2.0 GigE |
- |
Syntax
INT is_PrepareStealVideo (HIDS hCam, INT Mode, ULONG StealColorMode)
Description
|
|
is_PrepareStealVideo() enables steal mode during DirectDraw display. Using the is_StealVideo() command, you can remove or copy an image from the DirectDraw video data stream. There are two different steal modes:
•Normal steal
This option redirects a single frame from a DirectDraw video data stream to the active user memory. The frame will not be displayed with DirectDraw.
•Copy steal
This option displays the frame with DirectDraw and copies it to the currently active image memory.
Input parameters
hCam |
Camera handle |
Mode |
|
IS_SET_STEAL_NORMAL |
Normal mode |
IS_SET_STEAL_COPY |
Copy mode |
StealColorMode |
reserved |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related functions