C# Class PredatorCV.Sources.SourceFactory

显示文件 Open project: genecyber/PredatorCV

Public Methods

Method Description
GetCamera ( EventHandler processor ) : ResultOf
GetCaptureDevice ( String source, EventHandler processor ) : ResultOf
GetDesktop ( EventHandler processor ) : ResultOf
GetImage ( EventHandler processor ) : ResultOf

Method Details

GetCamera() public static method

public static GetCamera ( EventHandler processor ) : ResultOf
processor EventHandler
return ResultOf

GetCaptureDevice() public static method

public static GetCaptureDevice ( String source, EventHandler processor ) : ResultOf
source String
processor EventHandler
return ResultOf

GetDesktop() public static method

public static GetDesktop ( EventHandler processor ) : ResultOf
processor EventHandler
return ResultOf

GetImage() public static method

public static GetImage ( EventHandler processor ) : ResultOf
processor EventHandler
return ResultOf