Метод | Описание | |
---|---|---|
Clean ( ) : void |
Suggests that the FrameGrabber releases resources.
|
|
GetCurrentImage ( ) : |
Grabs the next frame of video obtained from the VMR9 and return it as an RGB image
|
|
GetInstance ( ) : |
||
OnFrame ( |
Callback that gives the framegrabber a chance to grab the frame
|
|
OnFrameGUI ( ) : void |
Callback that gives the framegrabber a chance to grab a GUI frame
|
|
OnFrameGUI ( Surface surface ) : void |
Callback that gives the framegrabber a chance to grab a GUI frame
|
Метод | Описание | |
---|---|---|
FrameGrabber ( ) : System | ||
VideoSurfaceToRGBSurface ( |
public GetCurrentImage ( ) : |
||
Результат |
public static GetInstance ( ) : |
||
Результат |
public OnFrame ( |
||
width | ||
height | ||
arWidth | ||
arHeight | ||
pSurface | uint | |
FrameSource | FrameSource | |
Результат | void |
public OnFrameGUI ( Surface surface ) : void | ||
surface | Surface | |
Результат | void |