C# Class WebCamCapture.WebCamCaptur

Inheritance: IDisposable
Exibir arquivo Open project: evilmachina/theMachine

Public Methods

Method Description
Dispose ( ) : void
GetNextFrame ( ) : Image

Capture the next frame from the video feed

ShowVideoDialog ( ) : void
Start ( int handle ) : void

Starts the video capture

Stop ( ) : void

Stops the video capture

Private Methods

Method Description
CloseClipboard ( ) : int
EmptyClipboard ( ) : int
OpenClipboard ( int hWnd ) : int
SendMessage ( int hWnd, uint Msg, int wParam, int lParam ) : int
capCreateCaptureWindowA ( string lpszWindowName, int dwStyle, int X, int Y, int nWidth, int nHeight, int hwndParent, int nID ) : int

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetNextFrame() public method

Capture the next frame from the video feed
public GetNextFrame ( ) : Image
return Image

ShowVideoDialog() public method

public ShowVideoDialog ( ) : void
return void

Start() public method

Starts the video capture
public Start ( int handle ) : void
handle int
return void

Stop() public method

Stops the video capture
public Stop ( ) : void
return void