![]() |
![]() |
---|---|
USB 2.0 GigE |
- |
Syntax
INT is_StealVideo (HIDS hCam, int Wait)
Description
This function is obsolete and should not be used anymore. We recommend to use the is_DirectRenderer() function instead. |
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.
This function is not supported in Direct3D mode. |
Input parameters
hCam |
Camera handle |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related functions
•is_PrepareStealVideo()
•is_SetDisplayMode()
•is_SetColorMode()
•is_AllocImageMem()
•is_SetImageMem()
•is_SetAllocatedImageMem()