| Home > Function descriptions > | History back Previous chapter Next chapter Print |
StealVideo |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG StealVideo(LONG lWait)
Description
StealVideo() enables the user to steal a single frame when in Direct3D mode. This frame isn’t copied to the graphic card memory, but processed into the image buffer using the color mode set with SetColorMode().
Parameters
lWait |
|
IS_DONT_WAIT |
Asynchronous mode. StealVideo() returns immediately. |
IS_WAIT |
Synchronous mode. StealVideo() does not return until the capture process for the current frame has completed. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related properties
Related functions