C# Class PredatorCV.Sources.SourceFactory

Afficher le fichier Open project: genecyber/PredatorCV

Méthodes publiques

Méthode Description
GetCamera ( EventHandler processor ) : ResultOf
GetCaptureDevice ( String source, EventHandler processor ) : ResultOf
GetDesktop ( EventHandler processor ) : ResultOf
GetImage ( EventHandler processor ) : ResultOf

Method Details

GetCamera() public static méthode

public static GetCamera ( EventHandler processor ) : ResultOf
processor EventHandler
Résultat ResultOf

GetCaptureDevice() public static méthode

public static GetCaptureDevice ( String source, EventHandler processor ) : ResultOf
source String
processor EventHandler
Résultat ResultOf

GetDesktop() public static méthode

public static GetDesktop ( EventHandler processor ) : ResultOf
processor EventHandler
Résultat ResultOf

GetImage() public static méthode

public static GetImage ( EventHandler processor ) : ResultOf
processor EventHandler
Résultat ResultOf