C# 클래스 PredatorCV.Sources.SourceFactory

파일 보기 프로젝트 열기: genecyber/PredatorCV

공개 메소드들

메소드 설명
GetCamera ( EventHandler processor ) : ResultOf
GetCaptureDevice ( String source, EventHandler processor ) : ResultOf
GetDesktop ( EventHandler processor ) : ResultOf
GetImage ( EventHandler processor ) : ResultOf

메소드 상세

GetCamera() 공개 정적인 메소드

public static GetCamera ( EventHandler processor ) : ResultOf
processor EventHandler
리턴 ResultOf

GetCaptureDevice() 공개 정적인 메소드

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

GetDesktop() 공개 정적인 메소드

public static GetDesktop ( EventHandler processor ) : ResultOf
processor EventHandler
리턴 ResultOf

GetImage() 공개 정적인 메소드

public static GetImage ( EventHandler processor ) : ResultOf
processor EventHandler
리턴 ResultOf